diff options
-rw-r--r-- | net/quoted/files/quoted.in | 4 | ||||
-rw-r--r-- | sysutils/healthd/files/healthd.in | 6 |
2 files changed, 6 insertions, 4 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"} diff --git a/sysutils/healthd/files/healthd.in b/sysutils/healthd/files/healthd.in index d0882e57017f..b5bb67121a3a 100644 --- a/sysutils/healthd/files/healthd.in +++ b/sysutils/healthd/files/healthd.in @@ -1,13 +1,13 @@ #!/bin/sh # -# $Id: healthd.sh,v 1.1.2.7 2004/06/23 14:11:57 housley Exp $ +# $FreeBSD$ # +# $Id: healthd.sh,v 1.1.2.7 2004/06/23 14:11:57 housley Exp $ # PROVIDE: healthd # REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown -# # Add the following line to /etc/rc.conf to enable healthd: # #healthd_enable="YES" |