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