diff options
author | dougb <dougb@FreeBSD.org> | 2006-02-21 04:47:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-02-21 04:47:50 +0800 |
commit | 654894d0d627b812897863a5b0118e2e609d9dce (patch) | |
tree | aaeeff4c736ebd629a9db1fb4cf382efc01289fe /www/apache22 | |
parent | 72fc60e1446f886be55c78935b567e74cfd4fddd (diff) | |
download | freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.tar.gz freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.tar.zst freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.zip |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/files/apache.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/files/apache.sh b/www/apache22/files/apache.sh index 03f61a1c17fd..eec4c2a84de0 100644 --- a/www/apache22/files/apache.sh +++ b/www/apache22/files/apache.sh @@ -1,12 +1,12 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/www/apache22/files/Attic/apache.sh,v 1.13 2006-01-23 11:37:04 clement Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/apache22/files/Attic/apache.sh,v 1.14 2006-02-20 20:47:47 dougb Exp $ # # PROVIDE: apache22 # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable apache22: |