#!/bin/sh INIT=syslog RUNLEVEL=`rc-update show | grep $INIT | awk '{ print $3 }'` rc-update del $INIT $RUNLEVEL &>/dev/null rc-update add sysklogd $RUNLEVEL &>/dev/null