aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 6 deletions
diff --git a/testing/syslog-ng/syslog-ng.pre-deinstall b/testing/syslog-ng/syslog-ng.pre-deinstall
deleted file mode 100644
index 3542d8d45a..0000000000
--- a/testing/syslog-ng/syslog-ng.pre-deinstall
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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"