diff options
author | dougb <dougb@FreeBSD.org> | 2009-07-28 07:12:00 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-07-28 07:12:00 +0800 |
commit | f6d49f749037539b0590bfa26243dc1672375c8b (patch) | |
tree | f5285e8a5257fce964dae1dade43581e3dd05ee5 /net/quoted | |
parent | fe17b5bc2c5964b7a6c8f50960f85ead4559af1e (diff) | |
download | freebsd-ports-gnome-f6d49f749037539b0590bfa26243dc1672375c8b.tar.gz freebsd-ports-gnome-f6d49f749037539b0590bfa26243dc1672375c8b.tar.zst freebsd-ports-gnome-f6d49f749037539b0590bfa26243dc1672375c8b.zip |
Remove the spurious FreeBSD KEYWORD.
Coincidentally, add $FreeBSD$ while I'm here.
Diffstat (limited to 'net/quoted')
-rw-r--r-- | net/quoted/files/quoted.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/quoted/files/quoted.in b/net/quoted/files/quoted.in index d9ceb2cec98a..3736ad00f0fa 100644 --- a/net/quoted/files/quoted.in +++ b/net/quoted/files/quoted.in @@ -1,8 +1,10 @@ #!/bin/sh # +# $FreeBSD$ +# # PROVIDE: quoted # REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # AUTHOR: Bob Frazier quoted_enable=${quoted_enable:-"NO"} |