Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/dhcpv6/files: dhcp6x.initd.in dhcp6x.confd.in dhcpv6-bison-fix.patch negative-iaid-patch-0.8 dhcp6s.rc patch-iaid-dhcp6-0.85
Date: Sat, 29 Mar 2008 19:43:50
Message-Id: E1Jfgxw-0007Mz-7N@stork.gentoo.org
1 vapier 08/03/29 19:43:48
2
3 Added: dhcp6x.initd.in dhcp6x.confd.in
4 Removed: dhcpv6-bison-fix.patch negative-iaid-patch-0.8
5 dhcp6s.rc patch-iaid-dhcp6-0.85
6 Log:
7 Version bump #211186 and cleanup #171402.
8 (Portage version: 2.2_pre5)
9
10 Revision Changes Path
11 1.1 net-misc/dhcpv6/files/dhcp6x.initd.in
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpv6/files/dhcp6x.initd.in?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpv6/files/dhcp6x.initd.in?rev=1.1&content-type=text/plain
15
16 Index: dhcp6x.initd.in
17 ===================================================================
18 #!/sbin/runscript
19 # Copyright 1999-2008 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/files/dhcp6x.initd.in,v 1.1 2008/03/29 19:43:47 vapier Exp $
22
23 depend() {
24 need net
25 }
26
27 start() {
28 ebegin "Starting dhcp6x"
29 start-stop-daemon --start --quiet --exec /usr/sbin/dhcp6x -- ${DHCP6X_OPTS}
30 eend $?
31 }
32
33 stop() {
34 ebegin "Stopping dhcp6x"
35 start-stop-daemon --stop --quiet --exec /usr/sbin/dhcp6x
36 eend $?
37 }
38
39
40
41 1.1 net-misc/dhcpv6/files/dhcp6x.confd.in
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpv6/files/dhcp6x.confd.in?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/dhcpv6/files/dhcp6x.confd.in?rev=1.1&content-type=text/plain
45
46 Index: dhcp6x.confd.in
47 ===================================================================
48 # /etc/conf.d/dhcp6x
49
50 # Options to give to dhcp6x
51 DHCP6X_OPTS=""
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list