Index: head/sysutils/bsdstats/files/bsdstats.in =================================================================== --- head/sysutils/bsdstats/files/bsdstats.in (nonexistent) +++ head/sysutils/bsdstats/files/bsdstats.in (revision 191082) @@ -0,0 +1,30 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: bsdstats +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# bsdstats is disabled by default, if you have configuration file +# +# Add the following line to /etc/rc.conf to enable bsdstats: +# +#bsdstats_enable="YES" +# + +. /etc/rc.subr + +load_rc_config bsdstats + +name=bsdstats +rcvar=`set_rcvar` + +command=/usr/local/etc/periodic/monthly/300.statistics + +# default to disable +bsdstats_enable=${bsdstats_enable:-"NO"} +bsdstats_flags=${bsdstats_flags:-"-nodelay"} + +run_rc_command "$1" Property changes on: head/sysutils/bsdstats/files/bsdstats.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sysutils/bsdstats/files/bsdstats.sh =================================================================== --- head/sysutils/bsdstats/files/bsdstats.sh (nonexistent) +++ head/sysutils/bsdstats/files/bsdstats.sh (revision 191082) @@ -0,0 +1,30 @@ +#!/bin/sh +# +# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/bsdstats.sh,v 1.1 2007-04-28 23:54:03 scrappy Exp $ +# + +# PROVIDE: bsdstats +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# bsdstats is disabled by default, if you have configuration file +# +# Add the following line to /etc/rc.conf to enable bsdstats: +# +#bsdstats_enable="YES" +# + +. /etc/rc.subr + +load_rc_config bsdstats + +name=bsdstats +rcvar=`set_rcvar` + +command=/usr/local/etc/periodic/monthly/300.statistics + +# default to disable +bsdstats_enable=${bsdstats_enable:-"NO"} +bsdstats_flags=${bsdstats_flags:-"-nodelay"} + +run_rc_command "$1" Property changes on: head/sysutils/bsdstats/files/bsdstats.sh ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property