diff options
Diffstat (limited to 'etc/rc.d')
145 files changed, 145 insertions, 145 deletions
diff --git a/etc/rc.d/DAEMON b/etc/rc.d/DAEMON index 95413803018b..327fe2baa24e 100755 --- a/etc/rc.d/DAEMON +++ b/etc/rc.d/DAEMON @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: DAEMON,v 1.8 2002/03/22 04:33:57 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/DAEMON,v 1.5 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: DAEMON diff --git a/etc/rc.d/FILESYSTEMS b/etc/rc.d/FILESYSTEMS index cff420e54f4a..7b88723ea458 100644 --- a/etc/rc.d/FILESYSTEMS +++ b/etc/rc.d/FILESYSTEMS @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/FILESYSTEMS,v 1.2.2.2 2007/05/25 13:31:36 des Exp $ # # PROVIDE: FILESYSTEMS diff --git a/etc/rc.d/LOGIN b/etc/rc.d/LOGIN index bf84a33fadcd..513f38f86ba1 100755 --- a/etc/rc.d/LOGIN +++ b/etc/rc.d/LOGIN @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: LOGIN,v 1.7 2002/03/22 04:33:57 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/LOGIN,v 1.5 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: LOGIN diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 5ca00ffbb239..60420abcbe02 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/Makefile,v 1.53.2.16 2007/09/26 11:02:28 mtm Exp $ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \ abi accounting addswap adjkerntz amd \ diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index 729b31692b99..feb9dc9d1700 100644 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: NETWORKING,v 1.2 2002/03/22 04:33:57 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/NETWORKING,v 1.9.2.4 2007/10/24 21:36:09 dougb Exp $ # # PROVIDE: NETWORKING NETWORK diff --git a/etc/rc.d/SERVERS b/etc/rc.d/SERVERS index 56ca9f314cab..b182988ca6fd 100755 --- a/etc/rc.d/SERVERS +++ b/etc/rc.d/SERVERS @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: SERVERS,v 1.9 2002/03/22 04:33:57 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/SERVERS,v 1.5.2.2 2006/04/23 15:29:11 delphij Exp $ # # PROVIDE: SERVERS diff --git a/etc/rc.d/abi b/etc/rc.d/abi index 64c60cd8da22..4ab466392acc 100644 --- a/etc/rc.d/abi +++ b/etc/rc.d/abi @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/abi,v 1.4.2.5 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: abi diff --git a/etc/rc.d/accounting b/etc/rc.d/accounting index f2208e0093ea..fd664e3ea916 100755 --- a/etc/rc.d/accounting +++ b/etc/rc.d/accounting @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: accounting,v 1.7 2002/03/22 04:33:57 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/accounting,v 1.9.2.1 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: accounting diff --git a/etc/rc.d/addswap b/etc/rc.d/addswap index 8ca3cf83696b..cff7ab1d3251 100644 --- a/etc/rc.d/addswap +++ b/etc/rc.d/addswap @@ -2,7 +2,7 @@ # # Add additional swap files # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/addswap,v 1.4.2.2 2007/05/24 16:14:37 des Exp $ # # PROVIDE: addswap diff --git a/etc/rc.d/adjkerntz b/etc/rc.d/adjkerntz index 77e1e9dd41d9..53b00a70b1bc 100644 --- a/etc/rc.d/adjkerntz +++ b/etc/rc.d/adjkerntz @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/adjkerntz,v 1.5.2.1 2007/05/24 16:14:37 des Exp $ # # PROVIDE: adjkerntz diff --git a/etc/rc.d/amd b/etc/rc.d/amd index 8c3e85f7dd26..bccc64456fcb 100755 --- a/etc/rc.d/amd +++ b/etc/rc.d/amd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: amd,v 1.10 2002/04/29 12:08:17 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/amd,v 1.15.2.3 2006/10/22 20:33:10 flz Exp $ # # PROVIDE: amd diff --git a/etc/rc.d/apm b/etc/rc.d/apm index 3d15701956ed..c5230f76a273 100644 --- a/etc/rc.d/apm +++ b/etc/rc.d/apm @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/apm,v 1.6 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: apm diff --git a/etc/rc.d/apmd b/etc/rc.d/apmd index 22410e139727..919a17ab480c 100755 --- a/etc/rc.d/apmd +++ b/etc/rc.d/apmd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: apmd,v 1.5 2002/03/22 04:33:58 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/apmd,v 1.12 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: apmd diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep index 3481105e286d..06a739c07ec5 100644 --- a/etc/rc.d/archdep +++ b/etc/rc.d/archdep @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/archdep,v 1.7.2.5 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: archdep diff --git a/etc/rc.d/atm1 b/etc/rc.d/atm1 index dc91700ed241..5c6b8171d2d8 100644 --- a/etc/rc.d/atm1 +++ b/etc/rc.d/atm1 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/atm1,v 1.15 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: atm1 diff --git a/etc/rc.d/atm2 b/etc/rc.d/atm2 index ffb63c35aef5..a13a5a4ae32a 100644 --- a/etc/rc.d/atm2 +++ b/etc/rc.d/atm2 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/atm2,v 1.16 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: atm2 diff --git a/etc/rc.d/atm3 b/etc/rc.d/atm3 index 4dbd128b8e85..9effa00ee6d6 100644 --- a/etc/rc.d/atm3 +++ b/etc/rc.d/atm3 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/atm3,v 1.14 2004/10/07 13:55:25 mtm Exp $ # # Start ATM daemons diff --git a/etc/rc.d/auditd b/etc/rc.d/auditd index 4d0760ceb35b..64e1894aafcf 100644 --- a/etc/rc.d/auditd +++ b/etc/rc.d/auditd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/auditd,v 1.2.2.2 2006/09/27 10:08:47 rwatson Exp $ # # Start up for the Audit daemon. # diff --git a/etc/rc.d/auto_linklocal b/etc/rc.d/auto_linklocal index 8278696d741a..5ca0b1cb9632 100644 --- a/etc/rc.d/auto_linklocal +++ b/etc/rc.d/auto_linklocal @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/auto_linklocal,v 1.1.2.5 2006/12/29 16:01:12 hrs Exp $ # # PROVIDE: auto_linklocal diff --git a/etc/rc.d/bgfsck b/etc/rc.d/bgfsck index 9f6bc670a822..1e43739b0a64 100644 --- a/etc/rc.d/bgfsck +++ b/etc/rc.d/bgfsck @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/bgfsck,v 1.6.2.1 2005/12/15 16:46:02 obrien Exp $ # # PROVIDE: bgfsck diff --git a/etc/rc.d/bluetooth b/etc/rc.d/bluetooth index c48af640ee71..d9d413193626 100644 --- a/etc/rc.d/bluetooth +++ b/etc/rc.d/bluetooth @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/bluetooth,v 1.1.2.2 2007/10/25 14:36:11 mtm Exp $ # PROVIDE: bluetooth # REQUIRE: DAEMON diff --git a/etc/rc.d/bootconf.sh b/etc/rc.d/bootconf.sh index 6694a3f59c77..7b4815fbeb0c 100755 --- a/etc/rc.d/bootconf.sh +++ b/etc/rc.d/bootconf.sh @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: bootconf.sh,v 1.5 2002/03/25 03:22:10 wiz Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/bootconf.sh,v 1.4.14.2 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: bootconf diff --git a/etc/rc.d/bootparams b/etc/rc.d/bootparams index bcef34651bdf..f0bae966ae5d 100755 --- a/etc/rc.d/bootparams +++ b/etc/rc.d/bootparams @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: bootparams,v 1.6 2002/03/22 04:33:58 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/bootparams,v 1.7 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: bootparams diff --git a/etc/rc.d/bridge b/etc/rc.d/bridge index 5c8f61a10a18..746c20aa9f5b 100644 --- a/etc/rc.d/bridge +++ b/etc/rc.d/bridge @@ -22,7 +22,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/bridge,v 1.1.2.2 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: bridge diff --git a/etc/rc.d/bsnmpd b/etc/rc.d/bsnmpd index e266c3ba448f..e2e10621c3f9 100644 --- a/etc/rc.d/bsnmpd +++ b/etc/rc.d/bsnmpd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/bsnmpd,v 1.1 2005/04/17 10:47:58 glebius Exp $ # # PROVIDE: bsnmpd diff --git a/etc/rc.d/bthidd b/etc/rc.d/bthidd index 5a784f65472b..1be7300742a2 100644 --- a/etc/rc.d/bthidd +++ b/etc/rc.d/bthidd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/bthidd,v 1.1.2.1 2006/10/09 21:00:17 emax Exp $ # # PROVIDE: bthidd diff --git a/etc/rc.d/ccd b/etc/rc.d/ccd index ce58ac72cebe..b406add4033c 100755 --- a/etc/rc.d/ccd +++ b/etc/rc.d/ccd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ccd,v 1.3 2000/05/13 08:45:06 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ccd,v 1.5 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: disks diff --git a/etc/rc.d/cleanvar b/etc/rc.d/cleanvar index 68e03bdc1119..1e4259bbc27b 100644 --- a/etc/rc.d/cleanvar +++ b/etc/rc.d/cleanvar @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/cleanvar,v 1.8.2.4 2007/10/25 14:58:33 mtm Exp $ # # PROVIDE: cleanvar diff --git a/etc/rc.d/cleartmp b/etc/rc.d/cleartmp index e3588f1f5bb1..9d195877ff4d 100755 --- a/etc/rc.d/cleartmp +++ b/etc/rc.d/cleartmp @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/cleartmp,v 1.12.2.2 2006/12/20 12:29:40 yar Exp $ # # PROVIDE: cleartmp diff --git a/etc/rc.d/cron b/etc/rc.d/cron index d053f324ba05..e6ea2c3828c1 100755 --- a/etc/rc.d/cron +++ b/etc/rc.d/cron @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: cron,v 1.5 2000/09/19 13:04:38 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/cron,v 1.7 2005/01/16 03:12:03 obrien Exp $ # # PROVIDE: cron diff --git a/etc/rc.d/devd b/etc/rc.d/devd index 7b0df846d5eb..caa87c426596 100644 --- a/etc/rc.d/devd +++ b/etc/rc.d/devd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/devd,v 1.7.2.3 2006/09/26 02:15:15 brooks Exp $ # # PROVIDE: devd diff --git a/etc/rc.d/devfs b/etc/rc.d/devfs index cd50b15a9776..f34169acf456 100644 --- a/etc/rc.d/devfs +++ b/etc/rc.d/devfs @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/devfs,v 1.10.2.2 2006/01/27 13:20:48 matteo Exp $ # # PROVIDE: devfs diff --git a/etc/rc.d/dhclient b/etc/rc.d/dhclient index cc849b895130..f0f1aa069492 100755 --- a/etc/rc.d/dhclient +++ b/etc/rc.d/dhclient @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: dhclient,v 1.8 2002/03/22 04:33:58 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/dhclient,v 1.20.2.4 2007/03/10 14:07:01 yar Exp $ # # PROVIDE: dhclient diff --git a/etc/rc.d/dmesg b/etc/rc.d/dmesg index b6fb05a27ac2..84b6123fd228 100755 --- a/etc/rc.d/dmesg +++ b/etc/rc.d/dmesg @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: dmesg,v 1.8 2002/03/22 04:33:58 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/dmesg,v 1.5 2005/01/16 03:12:03 obrien Exp $ # # PROVIDE: dmesg diff --git a/etc/rc.d/dumpon b/etc/rc.d/dumpon index cc049ec89a00..d0f49a946106 100644 --- a/etc/rc.d/dumpon +++ b/etc/rc.d/dumpon @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/dumpon,v 1.9.2.2 2005/12/21 07:11:34 dougb Exp $ # # PROVIDE: dumpon diff --git a/etc/rc.d/early.sh b/etc/rc.d/early.sh index aaebe33e234a..a4dddd2101d1 100644 --- a/etc/rc.d/early.sh +++ b/etc/rc.d/early.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/early.sh,v 1.2 2004/10/07 13:55:25 mtm Exp $ # # PROVIDE: early diff --git a/etc/rc.d/encswap b/etc/rc.d/encswap index 622199869d1c..8c3e8a3d723f 100644 --- a/etc/rc.d/encswap +++ b/etc/rc.d/encswap @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/encswap,v 1.8.2.1 2005/08/16 09:04:55 pjd Exp $ # # PROVIDE: disks diff --git a/etc/rc.d/fsck b/etc/rc.d/fsck index 0bc7b084a1ef..f558c10a3491 100755 --- a/etc/rc.d/fsck +++ b/etc/rc.d/fsck @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: fsck,v 1.2 2001/06/18 06:42:35 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/fsck,v 1.10.2.1 2007/10/25 14:04:18 mtm Exp $ # # PROVIDE: fsck diff --git a/etc/rc.d/ftpd b/etc/rc.d/ftpd index 4837815f75bd..ca428166c1f6 100644 --- a/etc/rc.d/ftpd +++ b/etc/rc.d/ftpd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ftpd,v 1.1.2.1 2006/01/29 13:52:34 yar Exp $ # # PROVIDE: ftpd diff --git a/etc/rc.d/gbde b/etc/rc.d/gbde index 6117b86ea617..d17feb602605 100644 --- a/etc/rc.d/gbde +++ b/etc/rc.d/gbde @@ -3,7 +3,7 @@ # This file, originally written by Garrett A. Wollman, is in the public # domain. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/gbde,v 1.12.2.1 2005/08/16 08:39:36 pjd Exp $ # # PROVIDE: disks diff --git a/etc/rc.d/geli b/etc/rc.d/geli index f642589a7daf..e82677447019 100644 --- a/etc/rc.d/geli +++ b/etc/rc.d/geli @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/geli,v 1.2.2.2 2005/12/15 23:32:35 pjd Exp $ # # PROVIDE: disks diff --git a/etc/rc.d/geli2 b/etc/rc.d/geli2 index 50f13aad5c57..a571f86b2ae5 100644 --- a/etc/rc.d/geli2 +++ b/etc/rc.d/geli2 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/geli2,v 1.1.2.2 2007/05/24 16:14:37 des Exp $ # # PROVIDE: geli2 diff --git a/etc/rc.d/hcsecd b/etc/rc.d/hcsecd index 413b89841e42..2b379284be80 100644 --- a/etc/rc.d/hcsecd +++ b/etc/rc.d/hcsecd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/hcsecd,v 1.4.2.1 2005/11/23 18:03:33 emax Exp $ # # PROVIDE: hcsecd diff --git a/etc/rc.d/hostapd b/etc/rc.d/hostapd index b39b9715d155..1e49c7096eba 100644 --- a/etc/rc.d/hostapd +++ b/etc/rc.d/hostapd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/hostapd,v 1.1.2.1 2006/02/12 22:13:15 flz Exp $ # # PROVIDE: hostapd diff --git a/etc/rc.d/hostname b/etc/rc.d/hostname index 6d0f12e9c92d..7178d1d0e697 100644 --- a/etc/rc.d/hostname +++ b/etc/rc.d/hostname @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/hostname,v 1.8.2.2 2007/05/24 16:14:37 des Exp $ # # PROVIDE: hostname diff --git a/etc/rc.d/ike b/etc/rc.d/ike index df9fe9a27ca2..a2ba7f3fb7f6 100644 --- a/etc/rc.d/ike +++ b/etc/rc.d/ike @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ike,v 1.4.2.1 2006/01/22 13:24:58 yar Exp $ # # PROVIDE: ike diff --git a/etc/rc.d/inetd b/etc/rc.d/inetd index 4944d6aa5789..3af6d6e917ba 100755 --- a/etc/rc.d/inetd +++ b/etc/rc.d/inetd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: inetd,v 1.6 2000/09/19 13:04:38 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/inetd,v 1.5 2005/01/16 03:12:03 obrien Exp $ # # PROVIDE: inetd diff --git a/etc/rc.d/initrandom b/etc/rc.d/initrandom index fb15064d0c84..26c8d7822b1a 100644 --- a/etc/rc.d/initrandom +++ b/etc/rc.d/initrandom @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/initrandom,v 1.5.2.2 2007/10/25 14:58:33 mtm Exp $ # # PROVIDE: initrandom diff --git a/etc/rc.d/ip6addrctl b/etc/rc.d/ip6addrctl index 88e1f990f0e2..0dafe94344f1 100644 --- a/etc/rc.d/ip6addrctl +++ b/etc/rc.d/ip6addrctl @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ip6addrctl,v 1.4.2.1 2007/05/24 16:14:37 des Exp $ # # PROVIDE: ip6addrctl diff --git a/etc/rc.d/ip6fw b/etc/rc.d/ip6fw index 3c79ad20a34f..b65894e88446 100644 --- a/etc/rc.d/ip6fw +++ b/etc/rc.d/ip6fw @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ip6fw,v 1.6.2.1 2007/05/15 09:18:25 mtm Exp $ # # PROVIDE: ip6fw diff --git a/etc/rc.d/ipfilter b/etc/rc.d/ipfilter index 973385d6bf2f..2ed9dc79840f 100755 --- a/etc/rc.d/ipfilter +++ b/etc/rc.d/ipfilter @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ipfilter,v 1.10 2001/02/28 17:03:50 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ipfilter,v 1.24.2.2 2007/05/24 16:14:37 des Exp $ # # PROVIDE: ipfilter diff --git a/etc/rc.d/ipfs b/etc/rc.d/ipfs index 0adddacf4462..5ad57c1d7135 100755 --- a/etc/rc.d/ipfs +++ b/etc/rc.d/ipfs @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ipfs,v 1.3 2002/02/11 13:55:42 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ipfs,v 1.6 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: ipfs diff --git a/etc/rc.d/ipfw b/etc/rc.d/ipfw index 6548fb97318b..19ccf6e2012f 100644 --- a/etc/rc.d/ipfw +++ b/etc/rc.d/ipfw @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ipfw,v 1.10.2.4 2007/05/15 09:18:25 mtm Exp $ # # PROVIDE: ipfw diff --git a/etc/rc.d/ipmon b/etc/rc.d/ipmon index 7bbe23b896e2..58f64940af12 100755 --- a/etc/rc.d/ipmon +++ b/etc/rc.d/ipmon @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ipmon,v 1.9 2002/04/18 05:02:01 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ipmon,v 1.13.2.2 2007/05/24 16:14:37 des Exp $ # # PROVIDE: ipmon diff --git a/etc/rc.d/ipnat b/etc/rc.d/ipnat index 4298f8e5726e..8e1c2caf5fa5 100755 --- a/etc/rc.d/ipnat +++ b/etc/rc.d/ipnat @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ipnat,v 1.6 2000/09/19 13:04:38 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ipnat,v 1.14 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: ipnat diff --git a/etc/rc.d/ipsec b/etc/rc.d/ipsec index f97abd502d52..1eed2c269a38 100755 --- a/etc/rc.d/ipsec +++ b/etc/rc.d/ipsec @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ipsec,v 1.7 2002/03/22 04:33:58 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ipsec,v 1.11.2.4 2007/10/25 14:04:18 mtm Exp $ # # PROVIDE: ipsec diff --git a/etc/rc.d/ipxrouted b/etc/rc.d/ipxrouted index 04d3586daa39..8808b1f7be70 100644 --- a/etc/rc.d/ipxrouted +++ b/etc/rc.d/ipxrouted @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ipxrouted,v 1.3 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: ipxrouted diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd index 753ca30e95d5..a0f19ba701ee 100644 --- a/etc/rc.d/isdnd +++ b/etc/rc.d/isdnd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: isdnd,v 1.9 2002/04/10 23:37:13 martin Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/isdnd,v 1.20.2.2 2007/05/24 16:14:37 des Exp $ # # Mostly based on original script (/etc/rc.isdn) written by Hellmuth Michaelis # diff --git a/etc/rc.d/jail b/etc/rc.d/jail index e46dc4f0be0e..fcc41d8122bf 100644 --- a/etc/rc.d/jail +++ b/etc/rc.d/jail @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/jail,v 1.23.2.9 2007/01/11 18:16:58 simon Exp $ # # PROVIDE: jail diff --git a/etc/rc.d/kadmind b/etc/rc.d/kadmind index 1e07938ffcd6..2f2295b2fa83 100644 --- a/etc/rc.d/kadmind +++ b/etc/rc.d/kadmind @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/kadmind,v 1.4 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: kadmin diff --git a/etc/rc.d/kerberos b/etc/rc.d/kerberos index 7bf670bb2e06..35691a995ff2 100644 --- a/etc/rc.d/kerberos +++ b/etc/rc.d/kerberos @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/kerberos,v 1.4.2.3 2007/10/25 17:20:22 mtm Exp $ # # PROVIDE: kerberos diff --git a/etc/rc.d/keyserv b/etc/rc.d/keyserv index 6be21278e537..34205ca8b4c6 100644 --- a/etc/rc.d/keyserv +++ b/etc/rc.d/keyserv @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/keyserv,v 1.3 2004/10/07 13:55:26 mtm Exp $ # # Start keyserv if we are running Secure RPC diff --git a/etc/rc.d/kldxref b/etc/rc.d/kldxref index 936271f7bdf7..10441c276341 100644 --- a/etc/rc.d/kldxref +++ b/etc/rc.d/kldxref @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/kldxref,v 1.4.2.1 2007/05/24 16:14:37 des Exp $ # # PROVIDE: kldxref diff --git a/etc/rc.d/kpasswdd b/etc/rc.d/kpasswdd index d7f40ac4ad7d..a581734af59a 100644 --- a/etc/rc.d/kpasswdd +++ b/etc/rc.d/kpasswdd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/kpasswdd,v 1.3 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: kpasswdd diff --git a/etc/rc.d/ldconfig b/etc/rc.d/ldconfig index d9edde2aedab..939bd7c82eb7 100755 --- a/etc/rc.d/ldconfig +++ b/etc/rc.d/ldconfig @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ldconfig,v 1.5 2002/03/22 04:33:58 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ldconfig,v 1.14.2.3.2.1 2007/12/18 01:35:26 jhb Exp $ # # PROVIDE: ldconfig diff --git a/etc/rc.d/local b/etc/rc.d/local index da163f6d9cbb..9e82422730d6 100755 --- a/etc/rc.d/local +++ b/etc/rc.d/local @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: local,v 1.6 2002/03/22 04:33:59 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/local,v 1.6 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: local diff --git a/etc/rc.d/localpkg b/etc/rc.d/localpkg index 0eba5239fa1c..795634cbee6c 100644 --- a/etc/rc.d/localpkg +++ b/etc/rc.d/localpkg @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/localpkg,v 1.5.2.2 2005/12/21 07:11:34 dougb Exp $ # # PROVIDE: localpkg diff --git a/etc/rc.d/lockd b/etc/rc.d/lockd index ef928cdd6367..c8318a62999e 100644 --- a/etc/rc.d/lockd +++ b/etc/rc.d/lockd @@ -2,7 +2,7 @@ # # $NetBSD: nfslocking,v 1.6 2002/03/24 15:52:41 lukem Exp $ # FreeBSD History: src/etc/rc.d/nfslocking,v 1.11 2004/10/07 13:55:26 mtm -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/lockd,v 1.18.2.1 2007/09/26 11:02:28 mtm Exp $ # # PROVIDE: lockd diff --git a/etc/rc.d/lpd b/etc/rc.d/lpd index ff64262f3c77..9bc06654c4e1 100755 --- a/etc/rc.d/lpd +++ b/etc/rc.d/lpd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: lpd,v 1.5 2002/03/22 04:33:59 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/lpd,v 1.7.2.1 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: lpd diff --git a/etc/rc.d/mdconfig b/etc/rc.d/mdconfig index 5a7fad6d921a..963792b74a60 100644 --- a/etc/rc.d/mdconfig +++ b/etc/rc.d/mdconfig @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mdconfig,v 1.3.2.1 2006/08/21 15:06:38 flz Exp $ # # PROVIDE: mdconfig diff --git a/etc/rc.d/mdconfig2 b/etc/rc.d/mdconfig2 index 717876590796..9ac57baed7f8 100644 --- a/etc/rc.d/mdconfig2 +++ b/etc/rc.d/mdconfig2 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mdconfig2,v 1.3.2.1 2006/08/21 15:06:38 flz Exp $ # # PROVIDE: mdconfig2 diff --git a/etc/rc.d/mixer b/etc/rc.d/mixer index cc7fb2d749c0..cd742c41fad6 100644 --- a/etc/rc.d/mixer +++ b/etc/rc.d/mixer @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mixer,v 1.5.2.2 2007/01/22 17:51:16 flz Exp $ # # PROVIDE: mixer diff --git a/etc/rc.d/motd b/etc/rc.d/motd index 2b675b51409a..ad8ede342be4 100755 --- a/etc/rc.d/motd +++ b/etc/rc.d/motd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: motd,v 1.5 2000/09/19 13:04:38 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/motd,v 1.9 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: motd diff --git a/etc/rc.d/mountcritlocal b/etc/rc.d/mountcritlocal index 7bec007f8a4a..d644d994f73e 100755 --- a/etc/rc.d/mountcritlocal +++ b/etc/rc.d/mountcritlocal @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: mountcritlocal,v 1.7 2002/04/29 12:29:53 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mountcritlocal,v 1.12.2.2 2007/10/25 14:04:19 mtm Exp $ # # PROVIDE: mountcritlocal diff --git a/etc/rc.d/mountcritremote b/etc/rc.d/mountcritremote index d69c7f1db2eb..ef7207ebfe35 100755 --- a/etc/rc.d/mountcritremote +++ b/etc/rc.d/mountcritremote @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: mountcritremote,v 1.7 2002/04/29 12:29:53 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mountcritremote,v 1.11.2.3 2007/05/24 16:14:37 des Exp $ # # PROVIDE: mountcritremote diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd index 4de757639e62..990af9c07aa1 100755 --- a/etc/rc.d/mountd +++ b/etc/rc.d/mountd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: mountd,v 1.11 2002/01/31 01:26:06 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mountd,v 1.15.2.2 2007/10/25 16:48:16 mtm Exp $ # # PROVIDE: mountd diff --git a/etc/rc.d/mountlate b/etc/rc.d/mountlate index 6da5e7915281..7222634cb73d 100644 --- a/etc/rc.d/mountlate +++ b/etc/rc.d/mountlate @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mountlate,v 1.1.2.2 2007/10/25 14:04:19 mtm Exp $ # # PROVIDE: mountlate diff --git a/etc/rc.d/moused b/etc/rc.d/moused index 7f167cb5ecc4..17e19b0c90c9 100644 --- a/etc/rc.d/moused +++ b/etc/rc.d/moused @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: moused,v 1.1 2001/10/29 23:25:01 augustss Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/moused,v 1.9.2.2 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: moused diff --git a/etc/rc.d/mroute6d b/etc/rc.d/mroute6d index d733092df145..63ac345bc6f8 100644 --- a/etc/rc.d/mroute6d +++ b/etc/rc.d/mroute6d @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mroute6d,v 1.4 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: mroute6d diff --git a/etc/rc.d/mrouted b/etc/rc.d/mrouted index 79e369373b61..8a271b1a1f3c 100755 --- a/etc/rc.d/mrouted +++ b/etc/rc.d/mrouted @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: mrouted,v 1.6 2002/03/22 04:33:59 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/mrouted,v 1.9 2005/01/16 03:12:03 obrien Exp $ # # PROVIDE: mrouted diff --git a/etc/rc.d/msgs b/etc/rc.d/msgs index 6031acc7337d..3b578195a5f1 100644 --- a/etc/rc.d/msgs +++ b/etc/rc.d/msgs @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/msgs,v 1.2 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: msgs diff --git a/etc/rc.d/named b/etc/rc.d/named index 7466739abcbc..dd5fee178cae 100755 --- a/etc/rc.d/named +++ b/etc/rc.d/named @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/named,v 1.22.2.3 2007/10/28 00:28:34 dougb Exp $ # # PROVIDE: named diff --git a/etc/rc.d/natd b/etc/rc.d/natd index a99df258daec..e2c5d3d9ff3e 100644 --- a/etc/rc.d/natd +++ b/etc/rc.d/natd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/natd,v 1.3.2.1 2006/12/20 12:23:57 yar Exp $ # # PROVIDE: natd diff --git a/etc/rc.d/netif b/etc/rc.d/netif index 30ce9f41d5c4..c32b0ce1a134 100644 --- a/etc/rc.d/netif +++ b/etc/rc.d/netif @@ -22,7 +22,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/netif,v 1.14.2.5 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: netif diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index c4ea590eebfd..c344a6aecf1d 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/netoptions,v 1.141.2.2 2007/05/29 09:28:10 des Exp $ # # PROVIDE: netoptions diff --git a/etc/rc.d/network_ipv6 b/etc/rc.d/network_ipv6 index d47416449778..3a278fcf5c3a 100644 --- a/etc/rc.d/network_ipv6 +++ b/etc/rc.d/network_ipv6 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/network_ipv6,v 1.37 2004/10/07 13:55:26 mtm Exp $ # From: src/etc/rc.network6,v 1.29 2002/04/06 15:15:43 # diff --git a/etc/rc.d/newsyslog b/etc/rc.d/newsyslog index afbe6dcf88b6..ae0c6add7995 100755 --- a/etc/rc.d/newsyslog +++ b/etc/rc.d/newsyslog @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: newsyslog,v 1.5 2002/03/24 15:51:26 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/newsyslog,v 1.3.2.2 2006/01/17 06:46:54 dougb Exp $ # # PROVIDE: newsyslog diff --git a/etc/rc.d/nfsclient b/etc/rc.d/nfsclient index b6d4bf1af04c..c5b463eb0982 100644 --- a/etc/rc.d/nfsclient +++ b/etc/rc.d/nfsclient @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/nfsclient,v 1.5 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: nfsclient diff --git a/etc/rc.d/nfsd b/etc/rc.d/nfsd index 62b3e7cfc0cb..bedd517f9f9d 100755 --- a/etc/rc.d/nfsd +++ b/etc/rc.d/nfsd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: nfsd,v 1.4 2001/06/16 06:13:10 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/nfsd,v 1.13 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: nfsd diff --git a/etc/rc.d/nfslocking b/etc/rc.d/nfslocking index e07d0a581b3d..6d8b17ed8383 100755 --- a/etc/rc.d/nfslocking +++ b/etc/rc.d/nfslocking @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: nfslocking,v 1.6 2002/03/24 15:52:41 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/nfslocking,v 1.11.2.2 2007/09/26 11:02:28 mtm Exp $ # # PROVIDE: nfslocking diff --git a/etc/rc.d/nfsserver b/etc/rc.d/nfsserver index 76531ffd7921..aa4f65a2bf62 100644 --- a/etc/rc.d/nfsserver +++ b/etc/rc.d/nfsserver @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/nfsserver,v 1.4 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: nfsserver diff --git a/etc/rc.d/nisdomain b/etc/rc.d/nisdomain index a24f107d1513..0f84c87af5a1 100644 --- a/etc/rc.d/nisdomain +++ b/etc/rc.d/nisdomain @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/nisdomain,v 1.3 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: nisdomain diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index 9a6f44e06ed9..a398f7c7222f 100644 --- a/etc/rc.d/nsswitch +++ b/etc/rc.d/nsswitch @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/nsswitch,v 1.5.2.3 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: nsswitch diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd index ba01b436a45c..6707cf2a9f88 100755 --- a/etc/rc.d/ntpd +++ b/etc/rc.d/ntpd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ntpd,v 1.11.2.2 2006/06/06 11:17:08 flz Exp $ # # PROVIDE: ntpd diff --git a/etc/rc.d/ntpdate b/etc/rc.d/ntpdate index c76f7a0e7f54..83eed097d813 100755 --- a/etc/rc.d/ntpdate +++ b/etc/rc.d/ntpdate @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ntpdate,v 1.13.2.2 2006/08/02 18:44:12 flz Exp $ # # PROVIDE: ntpdate diff --git a/etc/rc.d/othermta b/etc/rc.d/othermta index 7ab3e63649ac..467953c149d9 100644 --- a/etc/rc.d/othermta +++ b/etc/rc.d/othermta @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/othermta,v 1.3 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: mail diff --git a/etc/rc.d/pccard b/etc/rc.d/pccard index 67604bd066f8..583431486b33 100644 --- a/etc/rc.d/pccard +++ b/etc/rc.d/pccard @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/pccard,v 1.30 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: pccard diff --git a/etc/rc.d/pcvt b/etc/rc.d/pcvt index dd84b0fcebff..407154b1f517 100644 --- a/etc/rc.d/pcvt +++ b/etc/rc.d/pcvt @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/pcvt,v 1.5 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: pcvt diff --git a/etc/rc.d/pf b/etc/rc.d/pf index bac9eb462556..563b36eaddf2 100644 --- a/etc/rc.d/pf +++ b/etc/rc.d/pf @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/pf,v 1.7.2.5 2007/05/24 16:14:37 des Exp $ # # PROVIDE: pf diff --git a/etc/rc.d/pflog b/etc/rc.d/pflog index 15505adef7d4..a279815e4303 100644 --- a/etc/rc.d/pflog +++ b/etc/rc.d/pflog @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/pflog,v 1.5.2.4 2007/05/24 16:14:37 des Exp $ # # PROVIDE: pflog diff --git a/etc/rc.d/pfsync b/etc/rc.d/pfsync index be05c21b39c3..73148ce81ad6 100644 --- a/etc/rc.d/pfsync +++ b/etc/rc.d/pfsync @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/pfsync,v 1.1.2.3 2007/05/28 02:00:54 keramida Exp $ # # PROVIDE: pfsync diff --git a/etc/rc.d/power_profile b/etc/rc.d/power_profile index 5b33d703c11a..5f6292596e60 100644 --- a/etc/rc.d/power_profile +++ b/etc/rc.d/power_profile @@ -5,7 +5,7 @@ # # Arguments: 0x00 (AC offline, economy) or 0x01 (AC online, performance) # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/power_profile,v 1.7.2.3 2007/05/24 16:14:37 des Exp $ # # PROVIDE: power_profile diff --git a/etc/rc.d/powerd b/etc/rc.d/powerd index fe7237e5bd3f..91fdb22e9767 100644 --- a/etc/rc.d/powerd +++ b/etc/rc.d/powerd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/powerd,v 1.2.2.2 2006/08/30 10:20:44 cperciva Exp $ # # PROVIDE: powerd diff --git a/etc/rc.d/ppp b/etc/rc.d/ppp index b5ca7df04566..6e2c1c1fab60 100644 --- a/etc/rc.d/ppp +++ b/etc/rc.d/ppp @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ppp,v 1.11.2.4 2007/10/31 18:53:07 emax Exp $ # # PROVIDE: ppp diff --git a/etc/rc.d/pppoed b/etc/rc.d/pppoed index c939112528c5..e97762818127 100644 --- a/etc/rc.d/pppoed +++ b/etc/rc.d/pppoed @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/pppoed,v 1.3.2.1 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: pppoed diff --git a/etc/rc.d/pwcheck b/etc/rc.d/pwcheck index b07c993a7dff..f2d9851af8d1 100755 --- a/etc/rc.d/pwcheck +++ b/etc/rc.d/pwcheck @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: pwcheck,v 1.4 2002/03/22 04:33:59 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/pwcheck,v 1.4 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: pwcheck diff --git a/etc/rc.d/quota b/etc/rc.d/quota index 8a81f83ab974..8d15a451e8f3 100755 --- a/etc/rc.d/quota +++ b/etc/rc.d/quota @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/quota,v 1.5 2004/10/07 13:55:26 mtm Exp $ # # Enable/Check the quotas (must be after ypbind if using NIS) diff --git a/etc/rc.d/ramdisk b/etc/rc.d/ramdisk index 3ac0c42a3b21..0bd2e4edbad1 100644 --- a/etc/rc.d/ramdisk +++ b/etc/rc.d/ramdisk @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ramdisk,v 1.4 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: ramdisk diff --git a/etc/rc.d/ramdisk-own b/etc/rc.d/ramdisk-own index 2e2017cc90a8..cfff94382210 100644 --- a/etc/rc.d/ramdisk-own +++ b/etc/rc.d/ramdisk-own @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ramdisk-own,v 1.4 2004/11/16 04:14:28 wes Exp $ # # PROVIDE: ramdisk-own diff --git a/etc/rc.d/random b/etc/rc.d/random index 160b1d4a4015..fb59d300959b 100644 --- a/etc/rc.d/random +++ b/etc/rc.d/random @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/random,v 1.8.2.1 2007/03/18 05:34:47 njl Exp $ # # PROVIDE: random diff --git a/etc/rc.d/rarpd b/etc/rc.d/rarpd index a79da9dce65f..cda96848061b 100755 --- a/etc/rc.d/rarpd +++ b/etc/rc.d/rarpd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: rarpd,v 1.5 2002/03/22 04:33:59 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/rarpd,v 1.6 2005/01/16 03:12:03 obrien Exp $ # # PROVIDE: rarpd diff --git a/etc/rc.d/resolv b/etc/rc.d/resolv index 3acf320e48cf..b156061c03b0 100644 --- a/etc/rc.d/resolv +++ b/etc/rc.d/resolv @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/resolv,v 1.35.2.2 2007/10/24 21:36:09 dougb Exp $ # # PROVIDE: resolv diff --git a/etc/rc.d/root b/etc/rc.d/root index 9c20b7b32fd5..a4afaa2d70cd 100755 --- a/etc/rc.d/root +++ b/etc/rc.d/root @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: root,v 1.2 2000/05/13 08:45:09 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/root,v 1.10.2.4 2007/10/25 18:02:10 mtm Exp $ # # PROVIDE: root diff --git a/etc/rc.d/route6d b/etc/rc.d/route6d index e9861b47a9f8..eb66356f9e20 100755 --- a/etc/rc.d/route6d +++ b/etc/rc.d/route6d @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: route6d,v 1.5 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/route6d,v 1.9 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: route6d diff --git a/etc/rc.d/routed b/etc/rc.d/routed index 6ecab4fe360f..80dabe962397 100755 --- a/etc/rc.d/routed +++ b/etc/rc.d/routed @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: routed,v 1.7 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/routed,v 1.12 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: routed diff --git a/etc/rc.d/routing b/etc/rc.d/routing index e251a9726b81..0d8457abe67c 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -2,7 +2,7 @@ # # Configure routing and miscellaneous network tunables # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/routing,v 1.141.2.1 2006/01/21 22:42:43 yar Exp $ # # PROVIDE: routing diff --git a/etc/rc.d/rpcbind b/etc/rc.d/rpcbind index 84595354cf8c..b207debb8cb2 100755 --- a/etc/rc.d/rpcbind +++ b/etc/rc.d/rpcbind @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: rpcbind,v 1.6 2002/01/31 01:26:06 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/rpcbind,v 1.12 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: rpcbind diff --git a/etc/rc.d/rtadvd b/etc/rc.d/rtadvd index c21106af388b..627207b30a3a 100755 --- a/etc/rc.d/rtadvd +++ b/etc/rc.d/rtadvd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: rtadvd,v 1.5 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/rtadvd,v 1.10 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: rtadvd diff --git a/etc/rc.d/rwho b/etc/rc.d/rwho index 9a319bbe1cb9..e3fabfa2b743 100755 --- a/etc/rc.d/rwho +++ b/etc/rc.d/rwho @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: rwho,v 1.5 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/rwho,v 1.4 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: rwho diff --git a/etc/rc.d/savecore b/etc/rc.d/savecore index 6e3d698f74b1..d6665f05489b 100755 --- a/etc/rc.d/savecore +++ b/etc/rc.d/savecore @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: savecore,v 1.5 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/savecore,v 1.10 2004/10/24 13:04:09 des Exp $ # # PROVIDE: savecore diff --git a/etc/rc.d/sdpd b/etc/rc.d/sdpd index 4a62264d1848..b5b98909d4c0 100644 --- a/etc/rc.d/sdpd +++ b/etc/rc.d/sdpd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/sdpd,v 1.4.2.1 2005/11/23 18:03:33 emax Exp $ # # PROVIDE: sdpd diff --git a/etc/rc.d/securelevel b/etc/rc.d/securelevel index 8bd5ee1a9cd5..198a2aa072b5 100755 --- a/etc/rc.d/securelevel +++ b/etc/rc.d/securelevel @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: securelevel,v 1.4 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/securelevel,v 1.10 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: securelevel diff --git a/etc/rc.d/sendmail b/etc/rc.d/sendmail index 0e96f2c37983..c4860fd80622 100755 --- a/etc/rc.d/sendmail +++ b/etc/rc.d/sendmail @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: sendmail,v 1.14 2002/02/12 01:26:36 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/sendmail,v 1.14.2.3 2007/06/15 02:39:18 gshapiro Exp $ # # PROVIDE: mail diff --git a/etc/rc.d/serial b/etc/rc.d/serial index f53f40c65bec..5d6a98601a89 100644 --- a/etc/rc.d/serial +++ b/etc/rc.d/serial @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/serial,v 1.24.2.1 2006/08/29 16:31:11 ru Exp $ # # PROVIDE: serial diff --git a/etc/rc.d/sppp b/etc/rc.d/sppp index d4a183bf3fb5..f5deb2b1f397 100644 --- a/etc/rc.d/sppp +++ b/etc/rc.d/sppp @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/sppp,v 1.4 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: sppp diff --git a/etc/rc.d/sshd b/etc/rc.d/sshd index 82a4670e7711..5e623cb1c45a 100755 --- a/etc/rc.d/sshd +++ b/etc/rc.d/sshd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: sshd,v 1.18 2002/04/29 08:23:34 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/sshd,v 1.8.2.4 2006/06/09 10:14:39 flz Exp $ # # PROVIDE: sshd diff --git a/etc/rc.d/statd b/etc/rc.d/statd index aaf8bb404d89..14525bc53ad4 100644 --- a/etc/rc.d/statd +++ b/etc/rc.d/statd @@ -2,7 +2,7 @@ # # $NetBSD: nfslocking,v 1.6 2002/03/24 15:52:41 lukem Exp $ # FreeBSD History: src/etc/rc.d/nfslocking,v 1.11 2004/10/07 13:55:26 mtm Exp -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/statd,v 1.17.2.1 2007/09/26 11:02:28 mtm Exp $ # # PROVIDE: statd diff --git a/etc/rc.d/swap1 b/etc/rc.d/swap1 index 2cac446937b7..bc77faeea7bc 100755 --- a/etc/rc.d/swap1 +++ b/etc/rc.d/swap1 @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: swap1,v 1.8 2002/03/24 15:52:41 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/swap1,v 1.9 2004/11/05 12:38:27 pjd Exp $ # # PROVIDE: localswap diff --git a/etc/rc.d/syscons b/etc/rc.d/syscons index b7c6bb5c606b..d8c63ae5eede 100644 --- a/etc/rc.d/syscons +++ b/etc/rc.d/syscons @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/syscons,v 1.13.2.4 2007/03/29 19:06:14 mux Exp $ # # PROVIDE: syscons diff --git a/etc/rc.d/sysctl b/etc/rc.d/sysctl index ac6be46ed455..6e059c93eae2 100644 --- a/etc/rc.d/sysctl +++ b/etc/rc.d/sysctl @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: sysctl,v 1.12 2002/04/29 12:10:23 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/sysctl,v 1.16.2.1 2006/08/10 10:44:03 glebius Exp $ # # PROVIDE: sysctl diff --git a/etc/rc.d/syslogd b/etc/rc.d/syslogd index 272d6b05f2a4..51ba4048382d 100755 --- a/etc/rc.d/syslogd +++ b/etc/rc.d/syslogd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: syslogd,v 1.12 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/syslogd,v 1.10.2.2 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: syslogd diff --git a/etc/rc.d/timed b/etc/rc.d/timed index 016c831eead1..cfdcd27c1c52 100755 --- a/etc/rc.d/timed +++ b/etc/rc.d/timed @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: timed,v 1.5 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/timed,v 1.5 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: timed diff --git a/etc/rc.d/tmp b/etc/rc.d/tmp index 8a4c48ded93c..088c36ec9b43 100644 --- a/etc/rc.d/tmp +++ b/etc/rc.d/tmp @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/tmp,v 1.35.2.2 2007/10/25 14:58:33 mtm Exp $ # # PROVIDE: tmp diff --git a/etc/rc.d/ugidfw b/etc/rc.d/ugidfw index 6b47a8176a4f..ac0992b330bf 100644 --- a/etc/rc.d/ugidfw +++ b/etc/rc.d/ugidfw @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ugidfw,v 1.3.2.1 2005/11/04 18:18:20 maxim Exp $ # PROVIDE: ugidfw # REQUIRE: diff --git a/etc/rc.d/usbd b/etc/rc.d/usbd index 979589cacc8d..21ec4aa2ac98 100644 --- a/etc/rc.d/usbd +++ b/etc/rc.d/usbd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/usbd,v 1.3 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: usbd diff --git a/etc/rc.d/var b/etc/rc.d/var index 8dfabb77424e..04e81f8a57d8 100644 --- a/etc/rc.d/var +++ b/etc/rc.d/var @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/var,v 1.40.2.3 2007/10/25 14:58:33 mtm Exp $ # # PROVIDE: var diff --git a/etc/rc.d/virecover b/etc/rc.d/virecover index 9af4151ad3aa..6ec130b5fa3e 100755 --- a/etc/rc.d/virecover +++ b/etc/rc.d/virecover @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: virecover,v 1.6 2002/03/22 04:34:00 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/virecover,v 1.9 2004/10/07 13:55:26 mtm Exp $ # # PROVIDE: virecover diff --git a/etc/rc.d/watchdogd b/etc/rc.d/watchdogd index 3e12f54be96a..ee1d644abf26 100644 --- a/etc/rc.d/watchdogd +++ b/etc/rc.d/watchdogd @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/watchdogd,v 1.5 2005/01/16 03:12:03 obrien Exp $ # # PROVIDE: watchdogd diff --git a/etc/rc.d/wpa_supplicant b/etc/rc.d/wpa_supplicant index 6e34924b07de..ce623847c140 100644 --- a/etc/rc.d/wpa_supplicant +++ b/etc/rc.d/wpa_supplicant @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/wpa_supplicant,v 1.1.2.1 2005/10/27 17:06:45 wpaul Exp $ # # PROVIDE: wpa_supplicant diff --git a/etc/rc.d/ypbind b/etc/rc.d/ypbind index 6067d10da223..f71e2e642d00 100755 --- a/etc/rc.d/ypbind +++ b/etc/rc.d/ypbind @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ypbind,v 1.5 2002/03/22 04:34:01 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ypbind,v 1.9.2.1 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: ypbind diff --git a/etc/rc.d/yppasswdd b/etc/rc.d/yppasswdd index 092a000e07b9..402ce746786f 100755 --- a/etc/rc.d/yppasswdd +++ b/etc/rc.d/yppasswdd @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: yppasswdd,v 1.6 2002/03/22 04:34:01 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/yppasswdd,v 1.10.2.1 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: yppasswdd diff --git a/etc/rc.d/ypserv b/etc/rc.d/ypserv index 11651d60152d..4c2239091120 100755 --- a/etc/rc.d/ypserv +++ b/etc/rc.d/ypserv @@ -1,7 +1,7 @@ #!/bin/sh # # $NetBSD: ypserv,v 1.5 2000/09/19 13:04:39 lukem Exp $ -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ypserv,v 1.11.2.1 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: ypserv diff --git a/etc/rc.d/ypset b/etc/rc.d/ypset index bc2c154365e1..f73d387ec256 100644 --- a/etc/rc.d/ypset +++ b/etc/rc.d/ypset @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ypset,v 1.6.2.1 2007/10/25 14:36:11 mtm Exp $ # # PROVIDE: ypset diff --git a/etc/rc.d/ypupdated b/etc/rc.d/ypupdated index e1d6fd73a15f..99d8c82cf4b9 100644 --- a/etc/rc.d/ypupdated +++ b/etc/rc.d/ypupdated @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ypupdated,v 1.5.2.1 2007/10/25 14:36:12 mtm Exp $ # # PROVIDE: ypupdated diff --git a/etc/rc.d/ypxfrd b/etc/rc.d/ypxfrd index dd9488a96677..8f71d85a5098 100644 --- a/etc/rc.d/ypxfrd +++ b/etc/rc.d/ypxfrd @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/etc/rc.d/ypxfrd,v 1.6.2.2 2007/10/25 14:36:12 mtm Exp $ # # PROVIDE: ypxfrd |
