Re: start script for bind9

2011-04-15 Thread Bill Larson
On Apr 15, 2011, at 9:29 AM, hugo hugoo wrote: I do not use the version provided bu Debian because I am migrating from bind8 to Bind9 and I wan to have both versions available on the same server. So, I want to have Bind9 totally separated from Bind8. I use Debian, version 5 and the last ESV

RE: start script for bind9

2011-04-15 Thread hugo hugoo
$0 start ;; status) ret=0 status_of_proc -p ${PIDFILE} /usr/sbin/named bind9 2>/dev/null || ret=$? ;; *) log_action_msg "Usage: /etc/init.d/bind9 {start|stop|reload|restart|force-reload|status}" exit 1 ;; esac exit 0 &

Re: start script for bind9

2011-04-15 Thread Matus UHLAR - fantomas
On 14.04.11 14:23, hugo hugoo wrote: > I have installed bind9 using the make install procedure. > It works but I did not find any startup script to could put in my > /etc/init.d/ directory. > > I know that if bind is installed via apt-get install (I am using debian > linux version), there is auto

RE: start script for bind9

2011-04-14 Thread Timothe Litt
] Sent: Thursday, April 14, 2011 11:53 To: Dave Forrest Cc: bind-users@lists.isc.org Subject: Re: start script for bind9 On Thu, 14 Apr 2011, Alan Clegg wrote: > On 4/14/2011 10:23 AM, hugo hugoo wrote: > >> I know that if bind is installed via apt-get install (I am using >> de

Re: start script for bind9

2011-04-14 Thread David Forrest
On Thu, 14 Apr 2011, Alan Clegg wrote: On 4/14/2011 10:23 AM, hugo hugoo wrote: I know that if bind is installed via apt-get install (I am using debian linux version), there is automatically a bind9 startup script in /etc/init.d/ directory. Since named "just works" and I do everything else u

Re: start script for bind9

2011-04-14 Thread Alan Clegg
On 4/14/2011 10:23 AM, hugo hugoo wrote: > I know that if bind is installed via apt-get install (I am using debian > linux version), there is automatically a bind9 startup script in > /etc/init.d/ directory. Since named "just works" and I do everything else using rndc, I have the following line i

Re: start script for bind9

2011-04-14 Thread Kevin Oberman
> From: hugo hugoo > Date: Thu, 14 Apr 2011 14:23:56 + > Sender: bind-users-bounces+oberman=es@lists.isc.org > > > Hello, > > I have installed bind9 using the make install procedure. It works but > I did not find any startup script to could put in my /etc/init.d/ > directory. > > I