When starting tincd I get the following output: awlcr-default# /usr/local/etc/rc.d/tincd onestart Starting tincd Cannot 'resync' ipfilter. Set ipfilter_enable to YES in /etc/rc.conf or use 'oneresync' instead of 'resync'. I hate warnings, especially when they are wrong. Fix: Looking at /etc/rc.d/netif as stated in the rc.d script the following line /etc/rc.d/ipfilter resync should be replaced with /etc/rc.d/ipfilter quietresync to stop that warning (or at least I have not yet seen /etc/rc.d/netif produce any warning message like that). How-To-Repeat: /usr/local/etc/rc.d/tincd onestart
Responsible Changed From-To: freebsd-ports-bugs->dinoex Fix synopsis and assign
dinoex 2012-01-11 05:55:57 UTC FreeBSD ports repository Modified files: security/tinc/files tincd.sh.in Log: - use /etc/rc.d/ipfilter quietresync PR: 163959 Submitted by: Nick Hibma Revision Changes Path 1.3 +1 -1 ports/security/tinc/files/tincd.sh.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.