Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dhcpcd/files: dhcpcd.initd
Date: Mon, 20 Apr 2009 10:39:43
Message-Id: E1Lvqub-00064w-6I@stork.gentoo.org
1 armin76 09/04/20 10:39:41
2
3 Added: dhcpcd.initd
4 Log:
5 Version bump
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-misc/dhcpcd/files/dhcpcd.initd
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/files/dhcpcd.initd?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpcd/files/dhcpcd.initd?rev=1.1&content-type=text/plain
13
14 Index: dhcpcd.initd
15 ===================================================================
16 #!/sbin/runscript
17 # Copyright 2007-2008 Roy Marples <roy@×××××××.name>
18 # All rights reserved. Released under the 2-clause BSD license.
19
20 command=/sbin/dhcpcd
21 pidfile=/var/run/dhcpcd.pid
22 command_args=-q
23 name="DHCP Client Daemon"
24
25 depend()
26 {
27 provide net
28 need localmount
29 use logger
30 after bootmisc modules
31 before dns
32 }