aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/generic-nqs/Makefile14
-rw-r--r--net/generic-nqs/scripts/syslog-add.sh8
2 files changed, 12 insertions, 10 deletions
diff --git a/net/generic-nqs/Makefile b/net/generic-nqs/Makefile
index 2b0b8c161188..8ceda05a882a 100644
--- a/net/generic-nqs/Makefile
+++ b/net/generic-nqs/Makefile
@@ -7,14 +7,16 @@
# View this file with tabstop=4
#
-PORTNAME= Generic-NQS
-PORTVERSION= 3.50.9
-CATEGORIES= net
-MASTER_SITES= http://ftp.gnqs.org/pub/gnqs/source/by-version-number/v3.50/
+PORTNAME= Generic-NQS
+PORTVERSION= 3.50.9
+PORTREVISION= 1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= fenner
-MAINTAINER= tonym@angis.org.au
+MAINTAINER= tonym@biolateral.com.au
-USE_BZIP2= yes
+USE_BZIP2= yes
IS_INTERACTIVE= yes
NO_PACKAGE= have to build on site due to the descriptors created in\
/var/spool/nqs (default location) and the configuration\
diff --git a/net/generic-nqs/scripts/syslog-add.sh b/net/generic-nqs/scripts/syslog-add.sh
index c9e5968abc75..68d94c490605 100644
--- a/net/generic-nqs/scripts/syslog-add.sh
+++ b/net/generic-nqs/scripts/syslog-add.sh
@@ -5,8 +5,8 @@ PATH="/usr/bin:/bin"; export PATH
if grep -q nqs /etc/syslog.conf
then :
else
- echo "local0.* /var/log/nqs" >> /etc/syslog.conf
- echo ""
- echo "/etc/syslog.conf modified to support nqs (using local0.*)"
- echo ""
+ echo 'You need to add a line as follows to /etc/syslog.conf'
+ echo ''
+ echo 'local0.* /var/log/nqs'
+ echo ''
fi