Compare commits

...

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

2 changed files with 15 additions and 32 deletions

View File

@ -1,15 +0,0 @@
description "Simple net managemant Protokoll Deamon"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started ifup))
stop on runlevel [016]
console none
script
if [ -f /etc/snmpd/snmpd.conf ]; then
/usr/sbin/snmpd -c /etc/snmpd/snmpd.conf -f
fi
end script

View File

@ -12,7 +12,6 @@
#
#
if [ -d /var/install/sysvinit ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 cups
@ -28,4 +27,3 @@ if [ -d /var/install/sysvinit ]; then
cd ..
done
cd $WDIR
fi