aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-07-27 00:08:07 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-07-27 00:08:07 +0000
commit62cf17c57508e3dd82ae6dffa0eee1072fe087ca (patch)
treebb264f13e43e51603350c344abdb021bc864d5d4 /net-mgmt/net-snmp
parent826d701d4ca00fc427ac4ec019c517b1643c7509 (diff)
downloadports-62cf17c57508e3dd82ae6dffa0eee1072fe087ca.tar.gz
ports-62cf17c57508e3dd82ae6dffa0eee1072fe087ca.zip
Notes
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r--net-mgmt/net-snmp/Makefile2
-rw-r--r--net-mgmt/net-snmp/files/snmpd.sh.sample4
-rw-r--r--net-mgmt/net-snmp/files/snmptrapd.sh.sample4
3 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 81442f354f43..f465998d3fc8 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= snmp
PORTVERSION= 5.1.1
-PORTREVISION= 5
+PORTREVISION= 6
PKGNAMEPREFIX= net-
CATEGORIES= net-mgmt ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
diff --git a/net-mgmt/net-snmp/files/snmpd.sh.sample b/net-mgmt/net-snmp/files/snmpd.sh.sample
index 814c0b7ac701..6e089e397b40 100644
--- a/net-mgmt/net-snmp/files/snmpd.sh.sample
+++ b/net-mgmt/net-snmp/files/snmpd.sh.sample
@@ -11,8 +11,8 @@
# snmpd_enable="YES"
#
-snmpd_enable="NO"
-snmpd_flags="-p /var/run/snmpd.pid"
+snmpd_enable=${snmpd_enable-"NO"}
+snmpd_flags=${snmpd_flags-"-p /var/run/snmpd.pid"}
. %%RC_SUBR%%
diff --git a/net-mgmt/net-snmp/files/snmptrapd.sh.sample b/net-mgmt/net-snmp/files/snmptrapd.sh.sample
index 760c260ccfe4..b3b48c2d79c2 100644
--- a/net-mgmt/net-snmp/files/snmptrapd.sh.sample
+++ b/net-mgmt/net-snmp/files/snmptrapd.sh.sample
@@ -11,8 +11,8 @@
# snmptrapd_enable="YES"
#
-snmptrapd_enable="NO"
-snmptrapd_flags="-p /var/run/snmptrapd.pid"
+snmptrapd_enable=${snmptrapd_enable-"NO"}
+snmptrapd_flags=${snmptrapd_flags-"-p /var/run/snmptrapd.pid"}
. %%RC_SUBR%%