diff options
-rw-r--r-- | news/inn/files/innd.sh | 3 | ||||
-rw-r--r-- | www/squid/files/squid.sh | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index 2af59926419..f67d37f866b 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -1,9 +1,10 @@ #!/bin/sh # -# $NetBSD: innd.sh,v 1.9 2001/02/20 15:10:53 tron Exp $ +# $NetBSD: innd.sh,v 1.10 2001/05/10 21:58:01 tron Exp $ # # PROVIDE: inn # REQUIRE: DAEMON +# KEYWORD: shutdown if [ -x @@PREFIX@@/inn/bin/rc.news -a -s @@INN_DATA_DIR@@/db/active ] then diff --git a/www/squid/files/squid.sh b/www/squid/files/squid.sh index 719b5c5004f..12484055b7c 100644 --- a/www/squid/files/squid.sh +++ b/www/squid/files/squid.sh @@ -1,9 +1,10 @@ #!/bin/sh # -# $NetBSD: squid.sh,v 1.7 2001/02/24 18:01:28 tron Exp $ +# $NetBSD: squid.sh,v 1.8 2001/05/10 21:58:02 tron Exp $ # # PROVIDE: squid # REQUIRE: DAEMON +# KEYWORD: shutdown name="squid" command="@PREFIX@/sbin/${name}" |