freebsd-ports/net/generic-nqs/scripts/syslog-add.sh
Chris Piazza cad6c0c117 Generic-NQS, a freely available Network Queuing System that provides
configurable limits on jobs on a per queue basis as well as for the
total queue system.
It is based on the de facto NQS standards and is interoperable with
commercial NQS products.

PR:		6699
Submitted by:	Tony Maher <tonym@angis.org.au>
1999-06-28 07:07:31 +00:00

10 lines
176 B
Bash

#!/bin/sh
if grep -q nqs /etc/syslog.conf
then :
else
echo "local0.* /var/log/nqs" >> /etc/syslog.conf
echo ""
echo "/etc/syslog modified to support nqs"
echo ""
fi