diff options
author | tron <tron> | 2001-02-20 15:10:53 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-20 15:10:53 +0000 |
commit | 31358ea8ae012913401dbde8d81a71cc1bc54f19 (patch) | |
tree | 838d769b1646109d26593f23fb9a1c5cbcedbcdb /news/inn/files/innd.sh | |
parent | cde85494d8a7840cbb233b8a45703191c5bfcf7b (diff) | |
download | pkgsrc-31358ea8ae012913401dbde8d81a71cc1bc54f19.tar.gz |
Add missing "REQUIRE:" and "PROVIDE:" headers.
Diffstat (limited to 'news/inn/files/innd.sh')
-rw-r--r-- | news/inn/files/innd.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/news/inn/files/innd.sh b/news/inn/files/innd.sh index f53fd2d1cf6..2af59926419 100644 --- a/news/inn/files/innd.sh +++ b/news/inn/files/innd.sh @@ -1,6 +1,9 @@ #!/bin/sh # -# $NetBSD: innd.sh,v 1.8 2001/02/08 16:23:06 tron Exp $ +# $NetBSD: innd.sh,v 1.9 2001/02/20 15:10:53 tron Exp $ +# +# PROVIDE: inn +# REQUIRE: DAEMON if [ -x @@PREFIX@@/inn/bin/rc.news -a -s @@INN_DATA_DIR@@/db/active ] then |