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 /sysutils/healthd/files | |
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 'sysutils/healthd/files')
-rw-r--r-- | sysutils/healthd/files/healthd.in | 6 |
1 files changed, 3 insertions, 3 deletions
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" |