[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Raq3 BIND pkg
- Subject: Re: [cobalt-users] Re: Raq3 BIND pkg
- From: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Thu Feb 8 21:57:44 2001
- Organization: nobaloney.net
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Johan-Kristian Wold wrote:
> As root, do:
>
> /usr/sbin/named.restart
No such program existed on my RaQ3 until I wrote one.
Here's a copy of mine:
#!/bin/bash
kill -HUP `cat /var/run/named.pid`
Be sure to mark the file executable. To make it easier for me, I mark
it executable, then place it into the /root directory (since it must be
run as root), then start it this way:
# ~/named.restart
Works for me.
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA 92517
voice: (909) 787-8589 * fax: (909) 782-0205