diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsnt/files/cvslockd.sh.in | 4 | ||||
-rw-r--r-- | devel/devhelp/files/devhelp.sh | 1 | ||||
-rw-r--r-- | devel/distcc/files/distccd.sh.in | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/devel/cvsnt/files/cvslockd.sh.in b/devel/cvsnt/files/cvslockd.sh.in index 66784c35dc7d..4d087f2f0a62 100644 --- a/devel/cvsnt/files/cvslockd.sh.in +++ b/devel/cvsnt/files/cvslockd.sh.in @@ -1,10 +1,10 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/devel/cvsnt/files/Attic/cvslockd.sh.in,v 1.1 2005-04-19 19:03:52 fjoe Exp $ +# $FreeBSD: /tmp/pcvs/ports/devel/cvsnt/files/Attic/cvslockd.sh.in,v 1.2 2006-02-20 20:46:54 dougb Exp $ # # PROVIDE: cvslockd # REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # . %%RC_SUBR%% diff --git a/devel/devhelp/files/devhelp.sh b/devel/devhelp/files/devhelp.sh index eaf475d7e355..411ff22fb5f0 100644 --- a/devel/devhelp/files/devhelp.sh +++ b/devel/devhelp/files/devhelp.sh @@ -4,7 +4,6 @@ # # PROVIDE: devhelp # REQUIRE: ldconfig -# KEYWORD: FreeBSD . /etc/rc.subr diff --git a/devel/distcc/files/distccd.sh.in b/devel/distcc/files/distccd.sh.in index 7fb081cbb304..d5a9efb91add 100644 --- a/devel/distcc/files/distccd.sh.in +++ b/devel/distcc/files/distccd.sh.in @@ -5,7 +5,7 @@ # PROVIDE: distccd # REQUIRE: NETWORKING -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable distccd: |