conf/102913: /etc/rc.d/named killall in jailed OS

Yar Tikhiy yar at comp.chem.msu.su
Thu Nov 23 12:12:46 UTC 2006


On Fri, Oct 13, 2006 at 08:59:44AM +0200, Laurent LEVIER wrote:
> 
> I already patched my script.
> Now it kills pid, then if it fails, gets all named out of jail (J 
> flag) and kill these.

FWIW, I've just added a new little feature to pkill(1): now it can
selectively kill processes out of jail.  Perhaps it can be useful
here.  If you need to kill all nameds that are not in jail, just
use the following command:

	pkill -j none named

BTW, for the opposite effect, now the following command should be
used:

	pkill -j any named

-- 
Yar


More information about the freebsd-rc mailing list