aboutsummaryrefslogtreecommitdiffstats
path: root/testing/syslog-ng/syslog-ng.post-install
diff options
context:
space:
mode:
authorJens Vehlhaber <jens@eisfair.org>2014-10-17 19:57:00 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-20 12:34:39 +0000
commitd9504f0a8ea97d3c9594eb9af36cf79ac2164fb7 (patch)
treea83f3564b333c1c13ef2f18a488e054f81ae7725 /testing/syslog-ng/syslog-ng.post-install
parent7944e5d3a403e68efffcef201d7e8abca5751fb5 (diff)
downloadaports-d9504f0a8ea97d3c9594eb9af36cf79ac2164fb7.tar.bz2
aports-d9504f0a8ea97d3c9594eb9af36cf79ac2164fb7.tar.xz
remove init.d handling with install scripts
Diffstat (limited to 'testing/syslog-ng/syslog-ng.post-install')
-rw-r--r--testing/syslog-ng/syslog-ng.post-install3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/syslog-ng/syslog-ng.post-install b/testing/syslog-ng/syslog-ng.post-install
index 893924674d..ea2a5c2b2e 100644
--- a/testing/syslog-ng/syslog-ng.post-install
+++ b/testing/syslog-ng/syslog-ng.post-install
@@ -1,8 +1,5 @@
#!/bin/sh
-echo "please remove other syslog services and activate syslog-ng with:"
-echo "rc-service syslog-ng start"
-echo "rc-update add syslog-ng boot"
[ ! -f /var/log/auth.log ] && touch /var/log/auth.log
[ ! -f /var/log/error.log ] && touch /var/log/error.log
[ ! -f /var/log/mail.log ] && touch /var/log/mail.log