summaryrefslogtreecommitdiff
path: root/net/generic-nqs
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-08-06 10:10:25 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-08-06 10:10:25 +0000
commita31fe9594db6a522e7eb5ee96ac7d8e1c2314ec7 (patch)
tree90cac5a1cff3bced78817c496a11871a3acb6502 /net/generic-nqs
parentDo not clobber the existing htdocs/index.html on installation. (diff)
- Change MASTER_SITES
- Modify installation script to be more discreet - Bump PORTREVISION - Update maintainer's email address PR: 29204 Submitted by: Tony Maher <tonym@biolateral.com.au> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=45864
Diffstat (limited to 'net/generic-nqs')
-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