Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2012 21:10:09 GMT
From:      AUDEBERT Alain <deuza@me.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/171015: [patch] Tidying sysutils/bsdstats
Message-ID:  <201208252110.q7PLA9qU067869@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/171015; it has been noted by GNATS.

From: AUDEBERT Alain <deuza@me.com>
To: bug-followup@FreeBSD.org, bsdstats@nanoman.ca
Cc:  
Subject: Re: ports/171015: [patch] Tidying sysutils/bsdstats
Date: Sat, 25 Aug 2012 22:07:35 +0200

 Maybe you can add a FreeBSD's way for launch stats at first time :
 
 if yesno "Would you like to run it now" ${BSDSTATS_MONTHLY_NOW}; then
 	${PKG_PREFIX}/etc/periodic/monthly/300.statistics -nodelay
 fi
 
 by
 
 if yesno "Would you like to run it now" ${BSDSTATS_MONTHLY_NOW}; then
 	${PKG_PREFIX}/etc/rc.d/bsdstats start
 fi
 
 Regards,
 2A



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208252110.q7PLA9qU067869>