Bug 163959

Summary: security/tincd rc.d script produces unneccessary warning
Product: Ports & Packages Reporter: Nick Hibma <nick>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Nick Hibma 2012-01-09 16:40:10 UTC
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
Comment 1 Chris Rees freebsd_committer freebsd_triage 2012-01-09 18:38:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Fix synopsis and assign
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-11 05:56:06 UTC
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"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2012-01-11 06:09:59 UTC
State Changed
From-To: open->closed

committed, thanks.