summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/c-icap/files/c-icap.init.2')
-rw-r--r--net-proxy/c-icap/files/c-icap.init.219
1 files changed, 0 insertions, 19 deletions
diff --git a/net-proxy/c-icap/files/c-icap.init.2 b/net-proxy/c-icap/files/c-icap.init.2
deleted file mode 100644
index d48283fc63e8..000000000000
--- a/net-proxy/c-icap/files/c-icap.init.2
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-pidfile=$(awk '$1 == "PidFile" { print $2 }' /etc/c-icap/c-icap.conf)
-
-command="/usr/libexec/c-icap"
-command_arguments="${EXTRA_OPTS}"
-
-depend() {
- need localmount
-}
-
-start_pre() {
- cmdsocket=$(awk '$1 == "CommandsSocket" { print $2 }' /etc/c-icap/c-icap.conf)
-
- checkpath -d "$(dirname "${cmdsocket}")" "$(dirname "${pidfile}")"
-}