summaryrefslogtreecommitdiff
path: root/net-vpn/aiccu/files/aiccu-2007.01.15-r2-init.gentoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/aiccu/files/aiccu-2007.01.15-r2-init.gentoo.patch')
-rw-r--r--net-vpn/aiccu/files/aiccu-2007.01.15-r2-init.gentoo.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-vpn/aiccu/files/aiccu-2007.01.15-r2-init.gentoo.patch b/net-vpn/aiccu/files/aiccu-2007.01.15-r2-init.gentoo.patch
deleted file mode 100644
index 35ca2b8a6719..000000000000
--- a/net-vpn/aiccu/files/aiccu-2007.01.15-r2-init.gentoo.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- aiccu/doc/aiccu.init.gentoo
-+++ aiccu/doc/aiccu.init.gentoo
-@@ -2,7 +2,7 @@
-
- depend() {
- need net
-- after ntp-client
-+ after ntp-client ntpd
- }
-
- checkconfig() {
-@@ -23,14 +23,19 @@
- start() {
- checkconfig || return 1
- ebegin "Starting aiccu"
-- start-stop-daemon --start --oknodo --quiet --exec /usr/sbin/aiccu -- start
-+ start-stop-daemon --start --quiet --exec /usr/sbin/aiccu -- start
- eend $?
- }
-
-
- stop() {
- ebegin "Stopping aiccu"
-- start-stop-daemon --stop --oknodo --quiet --exec /usr/sbin/aiccu -- stop
-+ start-stop-daemon --stop --pidfile /var/run/aiccu.pid --quiet --exec /usr/sbin/aiccu -- stop
- eend $?
- }
-
-+restart() {
-+ stop
-+ sleep 3
-+ start
-+}