1 2 3 4 5
#!/bin/sh INIT=syslog RUNLEVEL=`rc-update show | grep $INIT | awk '{ print $3 }'` rc-update del $INIT $RUNLEVEL rc-update add sysklogd $RUNLEVEL