diff options
author | tron <tron@pkgsrc.org> | 2001-05-10 21:58:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-05-10 21:58:01 +0000 |
commit | faba13327637caa874f74155c15de8c963db796a (patch) | |
tree | 48047d9dfadb270930de0d530d6b2a6e88b9f003 /news/inn | |
parent | b692aeeda5bb7cf5ff0f6fb1a177408b6b121809 (diff) | |
download | pkgsrc-faba13327637caa874f74155c15de8c963db796a.tar.gz |
Add missing "shutdown" keyword in startup file.
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/files/innd.sh | 3 |
1 files changed, 2 insertions, 1 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 |