ports/171015: [patch] Tidying sysutils/bsdstats
AUDEBERT Alain
deuza at me.com
Sat Aug 25 21:10:09 UTC 2012
The following reply was made to PR ports/171015; it has been noted by GNATS.
From: AUDEBERT Alain <deuza at me.com>
To: bug-followup at FreeBSD.org, bsdstats at 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
More information about the freebsd-ports-bugs
mailing list