aboutsummaryrefslogtreecommitdiffstats
path: root/main/sysklogd/sysklogd.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/sysklogd/sysklogd.post-install')
-rw-r--r--main/sysklogd/sysklogd.post-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/main/sysklogd/sysklogd.post-install b/main/sysklogd/sysklogd.post-install
deleted file mode 100644
index b4eda2092a..0000000000
--- a/main/sysklogd/sysklogd.post-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-INIT=syslog
-RUNLEVEL=`rc-update show | grep $INIT | awk '{ print $3 }'`
-if [ -n "$RUNLEVEL" ]; then
- rc-update del $INIT $RUNLEVEL &>/dev/null
- rc-update add sysklogd $RUNLEVEL &>/dev/null
-fi