summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/badvpn/files/badvpn-1.999.127-ncd.init')
-rw-r--r--net-vpn/badvpn/files/badvpn-1.999.127-ncd.init24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-vpn/badvpn/files/badvpn-1.999.127-ncd.init b/net-vpn/badvpn/files/badvpn-1.999.127-ncd.init
deleted file mode 100644
index 69f7ba45992a..000000000000
--- a/net-vpn/badvpn/files/badvpn-1.999.127-ncd.init
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Released under the 3-clause BSD license.
-
-command="${ncd_exec:-"/usr/bin/badvpn-ncd"}"
-command_args="${ncd_args} --config-file ${ncd_config:-/etc/ncd.conf}"
-command_background="YES"
-description="Network Configuration Daemon"
-pidfile="/var/run/${RC_SVCNAME}.pid"
-
-depend() {
- need localmount
- after bootmisc
- before netmount
-}
-
-start_pre() {
- if yesno "${ncd_syslog:-NO}"; then
- command_args="${command_args}
- --logger syslog
- --syslog-ident \"${ncd_syslog_ident:-${RC_SVCNAME}}\"
- --channel-loglevel ncd_log_msg info"
- fi
-}