summaryrefslogtreecommitdiffstats
path: root/main/sysklogd/sysklogd.post-install
blob: 498880c53fc7843e0f4464efc78454147d32be59 (plain)
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