Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2006 16:18:26 +0200
From:      Nikolaus Waxweiler <madleser@gmx.de>
To:        ports@FreeBSD.org
Subject:   FreeBSD Port: net/bfilter: rc.d script broken
Message-ID:  <8e1ba22248a544893f4195af00a6d7d5@mepmachine.mepia.org>

next in thread | raw e-mail | index | archive | help
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 <pid>" is issued, 
which does nothing. The script waits for bfilter to stop until it 
times out.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8e1ba22248a544893f4195af00a6d7d5>