Compare commits

...

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

2 changed files with 15 additions and 28 deletions

View File

@ -1,11 +0,0 @@
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,7 +16,6 @@
#
#
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 named
@ -32,4 +31,3 @@ if [ -d /var/install/sysvinit* ]; then
cd ..
done
cd $WDIR
fi