diff options
author | grant <grant> | 2002-09-23 15:21:40 +0000 |
---|---|---|
committer | grant <grant> | 2002-09-23 15:21:40 +0000 |
commit | 3342357533ff3b714f13614e7322cff101882774 (patch) | |
tree | f2cd839a512a7151af5a44a16c0d995b487eb320 /net/ucd-snmp | |
parent | 778b8a8dbfd5f48b72f84400969cdcc7ff98ccc6 (diff) | |
download | pkgsrc-3342357533ff3b714f13614e7322cff101882774.tar.gz |
comment fix.
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r-- | net/ucd-snmp/files/snmpd.sh | 5 | ||||
-rw-r--r-- | net/ucd-snmp/files/snmptrapd.sh | 6 |
2 files changed, 6 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 |