On Tue, Aug 14, 2001 at 09:21:53AM +0200, Martin Schepers wrote:
> auf einem neu gemachten Rechner knallt meist nachts der
> Bind runter (Version 8 irgendwas).
Das ist ganz normal (bei mir ist es aber eher Signal 11, nicht 10)
$ cat /usr/local/etc/rc.d/named.sh
#!/bin/sh
(while true; do named -f; done) &
Tschüss, Florian.
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 14 Aug 2001 - 12:50:33 CEST