diff options
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 |