diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-20 05:14:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-20 05:14:10 +0000 |
commit | 9ab26c50e757b016baab010f1848e70930d79601 (patch) | |
tree | 7a9e5bc09df1c0b7f00e130e375ea67861dddb42 /www/apache6/files | |
parent | dd8983b561979bc51e7cde31119a2946fec98936 (diff) | |
download | pkgsrc-9ab26c50e757b016baab010f1848e70930d79601.tar.gz |
Install rc.d control script as "foo" instead of "foo.sh" to comply with
how NetBSD's rc.d system interprets script names. Also add appropriate
REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
Diffstat (limited to 'www/apache6/files')
-rw-r--r-- | www/apache6/files/apache.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache6/files/apache.sh b/www/apache6/files/apache.sh index 8c09bea64c3..95df689a22a 100644 --- a/www/apache6/files/apache.sh +++ b/www/apache6/files/apache.sh @@ -1,7 +1,9 @@ #!/bin/sh # -# $NetBSD: apache.sh,v 1.2 2000/07/10 12:22:30 hubertf Exp $ +# $NetBSD: apache.sh,v 1.3 2000/09/20 05:14:12 jlam Exp $ # +# PROVIDE: apache +# REQUIRE: DAEMON CMD=${1:-start} |