aboutsummaryrefslogtreecommitdiffstats
path: root/testing/syslog-ng/syslog-ng.pre-deinstall
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.pre-deinstall
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.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"