summaryrefslogtreecommitdiff
path: root/net/ucd-snmp/files/snmptrapd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/ucd-snmp/files/snmptrapd.sh')
-rw-r--r--net/ucd-snmp/files/snmptrapd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ucd-snmp/files/snmptrapd.sh b/net/ucd-snmp/files/snmptrapd.sh
index 3ab359cdf20..48e850195ae 100644
--- a/net/ucd-snmp/files/snmptrapd.sh
+++ b/net/ucd-snmp/files/snmptrapd.sh
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: snmptrapd.sh,v 1.3 2002/02/27 12:52:58 tron Exp $
+# $NetBSD: snmptrapd.sh,v 1.4 2002/02/27 15:13:31 tron Exp $
# PID file:
PF=/var/run/snmptrapd.pid
@@ -24,6 +24,7 @@ stop)
;;
restart)
sh $0 stop
+ sleep 5
sh $0 start
;;
*)