Bug 163959 - security/tincd rc.d script produces unneccessary warning
Summary: security/tincd rc.d script produces unneccessary warning
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 16:40 UTC by Nick Hibma
Modified: 2012-01-11 06:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.