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.
__
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]"
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?
___
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