summaryrefslogtreecommitdiff
path: root/pcr/openrc-base/dhcpcd.initd
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-23 03:13:28 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-23 03:13:28 -0500
commit6f1180f35fee220f92044e8f8a0a220ff308b295 (patch)
treeb6899369633ce3051d62f9f4cd5d81217f158d35 /pcr/openrc-base/dhcpcd.initd
parentc2575baf97c888d66a7fef69a84b5718dbab28c9 (diff)
downloadabslibre-6f1180f35fee220f92044e8f8a0a220ff308b295.tar.gz
abslibre-6f1180f35fee220f92044e8f8a0a220ff308b295.tar.bz2
abslibre-6f1180f35fee220f92044e8f8a0a220ff308b295.zip
{cronie,cryptsetup,dbus,device,dhcpcd,glibc,inetutils,lvm2,mdadm}-openrc-20150613-1: updating version
Diffstat (limited to 'pcr/openrc-base/dhcpcd.initd')
-rw-r--r--pcr/openrc-base/dhcpcd.initd17
1 files changed, 0 insertions, 17 deletions
diff --git a/pcr/openrc-base/dhcpcd.initd b/pcr/openrc-base/dhcpcd.initd
deleted file mode 100644
index d88b0610d..000000000
--- a/pcr/openrc-base/dhcpcd.initd
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples <roy@marples.name>
-# All rights reserved. Released under the 2-clause BSD license.
-
-command=/sbin/dhcpcd
-pidfile=/var/run/dhcpcd.pid
-command_args=-q
-name="DHCP Client Daemon"
-
-depend()
-{
- provide net
- need localmount
- use logger network
- after bootmisc modules
- before dns
-}