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 | 2aa383c4ecd765535e04e8eba8a625608b808ee4 (diff) | |
download | ports-c49d1a3273d77f35b5564b3722856ca8b9dcc291.tar.gz ports-c49d1a3273d77f35b5564b3722856ca8b9dcc291.zip |
Notes
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 |