aports/main/sysklogd/sysklogd.post-install
Leonardo Arena 9ac1f490fb main/sysklogd: silence *install scripts
(cherry picked from commit aa9201e29d57bc67d0b989b9cd2dc0e21dcdbdb9)
2010-12-09 08:16:32 +00:00

6 lines
169 B
Bash

#!/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