head	1.2;
access;
symbols
	RELENG_8_4:1.2.0.12
	RELENG_8_3:1.2.0.10
	RELENG_9_1:1.2.0.8
	RELENG_9:1.2.0.6
	RELENG_8:1.2.0.4
	RELENG_9_0:1.2.0.2
	RELENG_7_0:1.1.0.14
	RELENG_7_1:1.1.0.12
	RELENG_7_2:1.1.0.10
	RELENG_7_3:1.1.0.8
	RELENG_7_4:1.1.0.6
	RELENG_7:1.1.0.4
	RELENG_6:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2014.04.02.21.34.11;	author svnexp;	state Exp;
branches
	1.2.2.1
	1.2.4.1
	1.2.6.1
	1.2.8.1
	1.2.10.1
	1.2.12.1;
next	1.1;

1.1
date	2013.05.16.16.03.28;	author svnexp;	state dead;
branches
	1.1.2.1
	1.1.4.1
	1.1.6.1
	1.1.8.1
	1.1.10.1
	1.1.12.1
	1.1.14.1;
next	;

1.2.2.1
date	2014.04.02.21.34.11;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2014.04.02.21.39.40;	author svnexp;	state Exp;
branches;
next	;

1.2.4.1
date	2014.04.02.21.34.11;	author svnexp;	state dead;
branches;
next	1.2.4.2;

1.2.4.2
date	2014.04.02.22.01.13;	author svnexp;	state Exp;
branches;
next	;

1.2.6.1
date	2014.04.02.21.34.11;	author svnexp;	state dead;
branches;
next	1.2.6.2;

1.2.6.2
date	2014.04.02.22.02.04;	author svnexp;	state Exp;
branches;
next	;

1.2.8.1
date	2014.04.02.21.34.11;	author svnexp;	state dead;
branches;
next	1.2.8.2;

1.2.8.2
date	2014.04.02.22.04.17;	author svnexp;	state Exp;
branches;
next	;

1.2.10.1
date	2014.04.02.21.34.11;	author svnexp;	state dead;
branches;
next	1.2.10.2;

1.2.10.2
date	2014.04.02.22.06.17;	author svnexp;	state Exp;
branches;
next	;

1.2.12.1
date	2014.04.02.21.34.11;	author svnexp;	state dead;
branches;
next	1.2.12.2;

1.2.12.2
date	2014.04.02.22.08.38;	author svnexp;	state Exp;
branches;
next	;

1.1.2.1
date	2013.05.16.16.03.28;	author svnexp;	state Exp;
branches;
next	;

1.1.4.1
date	2013.05.16.16.03.28;	author svnexp;	state dead;
branches;
next	1.1.4.2;

1.1.4.2
date	2013.05.16.16.04.40;	author svnexp;	state Exp;
branches;
next	;

1.1.6.1
date	2013.05.16.16.03.28;	author svnexp;	state dead;
branches;
next	1.1.6.2;

1.1.6.2
date	2013.05.16.16.05.09;	author svnexp;	state Exp;
branches;
next	;

1.1.8.1
date	2013.05.16.16.03.28;	author svnexp;	state dead;
branches;
next	1.1.8.2;

1.1.8.2
date	2013.05.16.16.05.31;	author svnexp;	state Exp;
branches;
next	;

1.1.10.1
date	2013.05.16.16.03.28;	author svnexp;	state dead;
branches;
next	1.1.10.2;

1.1.10.2
date	2013.05.16.16.05.48;	author svnexp;	state Exp;
branches;
next	;

1.1.12.1
date	2013.05.16.16.03.28;	author svnexp;	state dead;
branches;
next	1.1.12.2;

1.1.12.2
date	2013.05.16.16.06.00;	author svnexp;	state Exp;
branches;
next	;

1.1.14.1
date	2013.05.16.16.03.28;	author svnexp;	state dead;
branches;
next	1.1.14.2;

1.1.14.2
date	2013.05.16.16.06.20;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@add deprecated warning
@
text
@#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.2.12.1
log
@file deprecated was added on branch RELENG_8_4 on 2014-04-02 22:08:38 +0000
@
text
@d1 23
@


1.2.12.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/260647
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.2.10.1
log
@file deprecated was added on branch RELENG_8_3 on 2014-04-02 22:06:17 +0000
@
text
@d1 23
@


1.2.10.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/260647
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.2.8.1
log
@file deprecated was added on branch RELENG_9_1 on 2014-04-02 22:04:17 +0000
@
text
@d1 23
@


1.2.8.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/260647
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.2.6.1
log
@file deprecated was added on branch RELENG_9 on 2014-04-02 22:02:04 +0000
@
text
@d1 23
@


1.2.6.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/264047
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.2.4.1
log
@file deprecated was added on branch RELENG_8 on 2014-04-02 22:01:13 +0000
@
text
@d1 23
@


1.2.4.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263904
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.2.2.1
log
@file deprecated was added on branch RELENG_9_0 on 2014-04-02 21:39:40 +0000
@
text
@d1 23
@


1.2.2.2
log
@add deprecated warning
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.1
log
@file deprecated was initially added on branch RELENG_6.
@
text
@d1 23
@


1.1.14.1
log
@file deprecated was added on branch RELENG_7_0 on 2013-05-16 16:06:20 +0000
@
text
@@


1.1.14.2
log
@add warning
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.1.12.1
log
@file deprecated was added on branch RELENG_7_1 on 2013-05-16 16:06:00 +0000
@
text
@@


1.1.12.2
log
@add warning
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.1.10.1
log
@file deprecated was added on branch RELENG_7_2 on 2013-05-16 16:05:48 +0000
@
text
@@


1.1.10.2
log
@add warning
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.1.8.1
log
@file deprecated was added on branch RELENG_7_3 on 2013-05-16 16:05:31 +0000
@
text
@@


1.1.8.2
log
@add warning
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.1.6.1
log
@file deprecated was added on branch RELENG_7_4 on 2013-05-16 16:05:09 +0000
@
text
@@


1.1.6.2
log
@add warning
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.1.4.1
log
@file deprecated was added on branch RELENG_7 on 2013-05-16 16:04:40 +0000
@
text
@@


1.1.4.2
log
@add warning about cvs
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@


1.1.2.1
log
@Add warning
@
text
@a0 23
#!/bin/sh
# $FreeBSD$

# REQUIRE: bgfsck

. /etc/rc.subr

name="deprecated-whine"
start_cmd="deprecated_start"
stop_cmd=":"

deprecated_start()
{
	echo "=============================================================" 1>&2
	echo "WARNING: THIS MACHINE WAS BUILT FROM A DEPRECATED REPOSITORY!" 1>&2
	echo "http://wiki.freebsd.org/CvsIsDeprecated" 1>&2
	echo "=============================================================" 1>&2
	echo "(pausing for 10 seconds)" 1>&2
	sleep 10
}

load_rc_config $name
run_rc_command "$1"
@

