This patch updates smokeping's rc script to something somewhat current.
Responsible Changed From-To: freebsd-ports-bugs->lth Over to maintainer
Attached is the full version (and a diff) of an rc.d(8) compliant startup script for Smokeping. It implements extra_commands to utilize the built-in graceful restart mechanism. Thanks! -- Sean McAfee Collaborative Fusion, Inc. smcafee@collaborativefusion.com 412-422-3463 x 4025 1710 Murray Avenue, Suite 320 Pittsburgh, PA 15217 **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. ****************************************************************
lth 2006-12-12 12:47:43 UTC FreeBSD ports repository Modified files: net/smokeping Makefile pkg-message pkg-plist Added files: net/smokeping/files smokeping.in Removed files: net/smokeping/files smokeping.sh Log: - Update to rcNG [1] - Include reload command [2] - Update MASTER_SITES PR: ports/103626 Submitted by: brd [1], Sean McAfee <smcafee@collaborativefusion.com> [2] Revision Changes Path 1.38 +10 -11 ports/net/smokeping/Makefile 1.1 +41 -0 ports/net/smokeping/files/smokeping.in (new) 1.5 +0 -29 ports/net/smokeping/files/smokeping.sh (dead) 1.5 +4 -2 ports/net/smokeping/pkg-message 1.18 +0 -1 ports/net/smokeping/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!