Compare commits

...

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

2 changed files with 32 additions and 15 deletions

15
etc/init/snmpd.conf Normal file
View File

@ -0,0 +1,15 @@
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,6 +12,7 @@
#
#
if [ -d /var/install/sysvinit ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 cups
@ -27,3 +28,4 @@ for i in 3 4 5; do
cd ..
done
cd $WDIR
fi