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/dtcp | |
parent | 2aa383c4ecd765535e04e8eba8a625608b808ee4 (diff) | |
download | ports-c49d1a3273d77f35b5564b3722856ca8b9dcc291.tar.gz ports-c49d1a3273d77f35b5564b3722856ca8b9dcc291.zip |
Notes
Diffstat (limited to 'net/dtcp')
-rw-r--r-- | net/dtcp/files/dtcpc.sh.in | 2 | ||||
-rw-r--r-- | net/dtcp/files/dtcps.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/dtcp/files/dtcpc.sh.in b/net/dtcp/files/dtcpc.sh.in index 3ca23c039e83..ac4ad6ab6a58 100644 --- a/net/dtcp/files/dtcpc.sh.in +++ b/net/dtcp/files/dtcpc.sh.in @@ -6,7 +6,7 @@ # PROVIDE: dtcpc # 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/dtcp/files/dtcps.sh.in b/net/dtcp/files/dtcps.sh.in index a2e3ad9c9b1a..f6bb60d651cf 100644 --- a/net/dtcp/files/dtcps.sh.in +++ b/net/dtcp/files/dtcps.sh.in @@ -6,7 +6,7 @@ # PROVIDE: dtcps # 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 |