diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-20 10:39:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-20 10:39:41 +0000 |
commit | 556312bb478c81fd56576a59186fc255188205ac (patch) | |
tree | 972e61a26fba243ea7c5ed25e3753a9e64b6a9eb /net-misc/dhcpcd/files | |
parent | Add ~sh (diff) | |
download | historical-556312bb478c81fd56576a59186fc255188205ac.tar.gz historical-556312bb478c81fd56576a59186fc255188205ac.tar.bz2 historical-556312bb478c81fd56576a59186fc255188205ac.zip |
Version bump
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'net-misc/dhcpcd/files')
-rw-r--r-- | net-misc/dhcpcd/files/dhcpcd.initd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-misc/dhcpcd/files/dhcpcd.initd b/net-misc/dhcpcd/files/dhcpcd.initd new file mode 100644 index 000000000000..0309754b5dc8 --- /dev/null +++ b/net-misc/dhcpcd/files/dhcpcd.initd @@ -0,0 +1,17 @@ +#!/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 + after bootmisc modules + before dns +} |