summaryrefslogtreecommitdiff
path: root/pcr/openrc-base/dhcpcd.initd
diff options
context:
space:
mode:
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
-}