On Mon, 22 Oct 2001, Bill Bradford wrote: > On Mon, Oct 22, 2001 at 10:22:46AM -0500, Phil Brutsche wrote: > > I've got BIND9 running; I just have to kill/restart it to get it to > reload zones, etc... so rndc would be nice. 8-) killall -HUP named OR kill -HUP `pidof named` OR kill -HUP `cat /var/pid/named.pid` Forces a reload. Paul