Compare commits

...

No commits in common. "v961" and "v963" have entirely different histories.
v961 ... v963

2 changed files with 28 additions and 15 deletions

11
etc/init/named.conf Normal file
View File

@ -0,0 +1,11 @@
description "Start Domain Name Server"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started rpc))
stop on runlevel [016]
console none
exec /usr/sbin/named -f

View File

@ -16,6 +16,7 @@
#
#
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 named
@ -31,3 +32,4 @@ for i in 3 4 5; do
cd ..
done
cd $WDIR
fi