From 26d86737c4f6bfb4b2e350b36fe85bd6cf04cd4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Sat, 25 May 2013 09:25:32 +0200 Subject: testing/syslog-ng: new aport --- testing/syslog-ng/syslog-ng.post-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testing/syslog-ng/syslog-ng.post-install (limited to 'testing/syslog-ng/syslog-ng.post-install') diff --git a/testing/syslog-ng/syslog-ng.post-install b/testing/syslog-ng/syslog-ng.post-install new file mode 100644 index 000000000..893924674 --- /dev/null +++ b/testing/syslog-ng/syslog-ng.post-install @@ -0,0 +1,9 @@ +#!/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 +[ ! -f /var/log/kern.log ] && touch /var/log/kern.log -- cgit v1.2.3