This will update net/ucarp port with the following (mostly cosmetic) changes: - ucarp rc-script updated: - Use checkyesno() from rc.subr(8) to check boolean variables; - Use warn() and err() from rc.subr(8) to raise warnings and errors; - Introduce new tunes: ucarp_passfile, ucarp_xparam; - Some other cosmetic fixes; - Add UCARP_SCRIPTS option to allow installation of example scripts to manage virtual IP with UCARP. They are intented to run when UCARP changes its state from BACKUP to MASTER and vise versa. The update shouldn't break anything so I believe it could be commited ASAP while ports tree freeze is still in effect.
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2010-07-22 13:21:55 UTC FreeBSD ports repository Modified files: net/ucarp Makefile net/ucarp/files ucarp.in Added files: net/ucarp/files patch-examples:bsd:vip-down.sh patch-examples:bsd:vip-up.sh Log: Install ucarp management scripts. Cosmetic fixes to RC script and add support for ucarp_passfile and ucarp_xparam. PR: ports/148012 Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer) Revision Changes Path 1.11 +15 -1 ports/net/ucarp/Makefile 1.1 +24 -0 ports/net/ucarp/files/patch-examples:bsd:vip-down.sh (new) 1.1 +24 -0 ports/net/ucarp/files/patch-examples:bsd:vip-up.sh (new) 1.3 +108 -60 ports/net/ucarp/files/ucarp.in _______________________________________________ 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. Thanks!