diff options
Diffstat (limited to 'net/ucd-snmp/files/snmpd.sh')
-rw-r--r-- | net/ucd-snmp/files/snmpd.sh | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/ucd-snmp/files/snmpd.sh b/net/ucd-snmp/files/snmpd.sh deleted file mode 100644 index 5557b40c594..00000000000 --- a/net/ucd-snmp/files/snmpd.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!@RCD_SCRIPTS_SHELL@ -# -# $NetBSD: snmpd.sh,v 1.9 2003/07/30 21:05:00 jmmv Exp $ -# -# PROVIDE: snmpd -# REQUIRE: DAEMON LOGIN network -# - -if [ -f /etc/rc.subr ]; then - . /etc/rc.subr -fi - -name="snmpd" -rcvar="${name}" -pidfile="/var/run/snmpd.pid" -required_files="@PKG_SYSCONFDIR@/${name}.conf" -command="@PREFIX@/sbin/snmpd" -command_args="-s -P ${pidfile} -A -c @PKG_SYSCONFDIR@/${name}.conf" - -if [ -f /etc/rc.subr ]; then - load_rc_config "$name" - run_rc_command "$1" -else - printf " $name" - ${command} ${snmpd_flags} ${command_args} -fi |