diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-07-27 23:12:00 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-07-27 23:12:00 +0000 |
commit | 4adaa6b9e70aed98c630b2272aafc03c59fd4819 (patch) | |
tree | 9ea1dbf56faccedb7bf09a79ae0540e7cd6104a8 /net/quoted | |
parent | c70ee0633abbe5571a2a8d8f6abf2edf4a24c47e (diff) | |
download | ports-4adaa6b9e70aed98c630b2272aafc03c59fd4819.tar.gz ports-4adaa6b9e70aed98c630b2272aafc03c59fd4819.zip |
Notes
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"} |