From fb2496e8e08eec0708272fa1fd13bf0174250b95 Mon Sep 17 00:00:00 2001 From: IT Offshore Date: Sun, 10 Nov 2013 09:59:00 +0000 Subject: testing/inetutils-syslogd: new aport A small syslogd for logging to multiple files http://www.gnu.org/software/inetutils/ revised complete patch for inetutils-syslogd. post-install - just gives status / info message - configuration is now done by /sbin/setup-inetutils-syslogd. Both scripts now use the system colours $STRONG $RED $GREEN. post-deinstall - just adds back busybox syslog to boot runlevel & shows the status of syslog & cron (as cron will be stopped by removing any syslog) --- testing/inetutils-syslogd/inetutils-syslogd.post-deinstall | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testing/inetutils-syslogd/inetutils-syslogd.post-deinstall (limited to 'testing/inetutils-syslogd/inetutils-syslogd.post-deinstall') diff --git a/testing/inetutils-syslogd/inetutils-syslogd.post-deinstall b/testing/inetutils-syslogd/inetutils-syslogd.post-deinstall new file mode 100644 index 0000000000..28f5dde8a2 --- /dev/null +++ b/testing/inetutils-syslogd/inetutils-syslogd.post-deinstall @@ -0,0 +1,7 @@ +#!/bin/sh +rc-update add syslog boot +# show service status - cron will be stopped due to logger dependency +echo "Cron:"; rc-service cron status +echo "Syslog:"; rc-service syslog status + + -- cgit v1.2.3