FreeBSD Port: net/bfilter: rc.d script broken

2006-07-19 Thread Nikolaus Waxweiler

Hi,
there's a bug in the rc.d script that prevents bfilter from being 
stopped: "sig_stop=-KILL" should be "sig_stop=KILL", since the script 
adds a "-" automatically. Currently, a "kill --KILL " is issued, 
which does nothing. The script waits for bfilter to stop until it 
times out.


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: net/bfilter: rc.d script broken

2006-07-19 Thread Nikolaus Waxweiler

Hi,


let us know if that works for you.

Works :)

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: net/bfilter: rc.d script broken

2006-07-23 Thread Nikolaus Waxweiler

Hi,
I noticed that the rc.d script needs to be renamed to "bfilter.sh" or 
else it won't be started at boot time (FreeBSD 6.1). I wonder why 
nobody pointed this out yet, since several other rc.d scripts also 
miss a ".sh". Or is this intentional?


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: net/bfilter: rc.d script broken

2006-07-24 Thread Nikolaus Waxweiler
If you upgraded from a previous 5.x FreeBSD version via source (ie. 
make

world), you may have forgotten to run mergemaster.
Problem solved, thanks!



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"