diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-02-20 20:47:50 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-02-20 20:47:50 +0000 |
commit | c49d1a3273d77f35b5564b3722856ca8b9dcc291 (patch) | |
tree | 3da9de442d629d38ac63cb930e82da714209de9f /net/dhcp6 | |
parent | Upgrade to 1.1.2. (diff) |
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 'net/dhcp6')
-rw-r--r-- | net/dhcp6/files/dhcp6c.sh | 2 | ||||
-rw-r--r-- | net/dhcp6/files/dhcp6relay.sh | 2 | ||||
-rw-r--r-- | net/dhcp6/files/dhcp6s.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/dhcp6/files/dhcp6c.sh b/net/dhcp6/files/dhcp6c.sh index 32117d128bf4..95ecedc1be37 100644 --- a/net/dhcp6/files/dhcp6c.sh +++ b/net/dhcp6/files/dhcp6c.sh @@ -6,7 +6,7 @@ # PROVIDE: dhcp6c # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # NOTE for FreeBSD 5.0+: # If you want this script to start with the base rc scripts diff --git a/net/dhcp6/files/dhcp6relay.sh b/net/dhcp6/files/dhcp6relay.sh index bff8d9815a2d..cece41dbf6b9 100644 --- a/net/dhcp6/files/dhcp6relay.sh +++ b/net/dhcp6/files/dhcp6relay.sh @@ -6,7 +6,7 @@ # PROVIDE: dhcp6relay # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # NOTE for FreeBSD 5.0+: # If you want this script to start with the base rc scripts diff --git a/net/dhcp6/files/dhcp6s.sh b/net/dhcp6/files/dhcp6s.sh index 603ed4a5eb30..a9428b1c72f5 100644 --- a/net/dhcp6/files/dhcp6s.sh +++ b/net/dhcp6/files/dhcp6s.sh @@ -6,7 +6,7 @@ # PROVIDE: dhcp6s # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # NOTE for FreeBSD 5.0+: # If you want this script to start with the base rc scripts |