diff options
-rw-r--r-- | net/ucd-snmp/files/snmpd.sh | 5 | ||||
-rw-r--r-- | net/ucd-snmp/files/snmptrapd.sh | 6 | ||||
-rw-r--r-- | net/upclient/files/upclient.sh | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net/ucd-snmp/files/snmpd.sh b/net/ucd-snmp/files/snmpd.sh index e1f5e82d561..b3b31f65be7 100644 --- a/net/ucd-snmp/files/snmpd.sh +++ b/net/ucd-snmp/files/snmpd.sh @@ -1,6 +1,7 @@ #!/bin/sh -# $NetBSD: snmpd.sh,v 1.6 2002/02/27 15:13:31 tron Exp $ - +# +# $NetBSD: snmpd.sh,v 1.7 2002/09/23 15:21:40 grant Exp $ +# # PID file: PF=/var/run/snmpd.pid diff --git a/net/ucd-snmp/files/snmptrapd.sh b/net/ucd-snmp/files/snmptrapd.sh index 48e850195ae..8bacfac100f 100644 --- a/net/ucd-snmp/files/snmptrapd.sh +++ b/net/ucd-snmp/files/snmptrapd.sh @@ -1,7 +1,7 @@ -#! /bin/sh +#!/bin/sh +# +# $NetBSD: snmptrapd.sh,v 1.5 2002/09/23 15:21:40 grant Exp $ # -# $NetBSD: snmptrapd.sh,v 1.4 2002/02/27 15:13:31 tron Exp $ - # PID file: PF=/var/run/snmptrapd.pid diff --git a/net/upclient/files/upclient.sh b/net/upclient/files/upclient.sh index db74076fc92..9f2db5cb385 100644 --- a/net/upclient/files/upclient.sh +++ b/net/upclient/files/upclient.sh @@ -1,4 +1,7 @@ #!/bin/sh +# +# $NetBSD: upclient.sh,v 1.6 2002/09/23 15:24:13 grant Exp $ +# pidfile=/var/run/upclient.pid |