summaryrefslogtreecommitdiffstats
path: root/testing/syslog-ng/syslog-ng.pre-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'testing/syslog-ng/syslog-ng.pre-deinstall')
-rw-r--r--testing/syslog-ng/syslog-ng.pre-deinstall6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/syslog-ng/syslog-ng.pre-deinstall b/testing/syslog-ng/syslog-ng.pre-deinstall
new file mode 100644
index 000000000..3542d8d45
--- /dev/null
+++ b/testing/syslog-ng/syslog-ng.pre-deinstall
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+/etc/init.d/syslog-ng stop
+/sbin/rc-update del syslog-ng boot
+echo "please activate a syslog service, example:"
+echo "rc-update add syslog boot"