aboutsummaryrefslogtreecommitdiffstats
path: root/main/sysklogd/sysklogd.post-install
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-11-24 08:57:31 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-11-24 08:57:39 +0000
commitaa9201e29d57bc67d0b989b9cd2dc0e21dcdbdb9 (patch)
tree871d56e0a0df52a754da8eb82c04c5caa6faaefb /main/sysklogd/sysklogd.post-install
parent3c6015d63542a7a921863afe1c22771524e6bacc (diff)
downloadaports-aa9201e29d57bc67d0b989b9cd2dc0e21dcdbdb9.tar.bz2
aports-aa9201e29d57bc67d0b989b9cd2dc0e21dcdbdb9.tar.xz
main/sysklogd: silence *install scripts
Diffstat (limited to 'main/sysklogd/sysklogd.post-install')
-rw-r--r--main/sysklogd/sysklogd.post-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/sysklogd/sysklogd.post-install b/main/sysklogd/sysklogd.post-install
index 498880c53f..939886d383 100644
--- a/main/sysklogd/sysklogd.post-install
+++ b/main/sysklogd/sysklogd.post-install
@@ -1,5 +1,5 @@
#!/bin/sh
INIT=syslog
RUNLEVEL=`rc-update show | grep $INIT | awk '{ print $3 }'`
-rc-update del $INIT $RUNLEVEL
-rc-update add sysklogd $RUNLEVEL
+rc-update del $INIT $RUNLEVEL &>/dev/null
+rc-update add sysklogd $RUNLEVEL &>/dev/null