Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/neutron/files: neutron-initd
Date: Fri, 27 Sep 2013 00:41:34
Message-Id: 20130927004128.74D322004E@flycatcher.gentoo.org
1 prometheanfire 13/09/27 00:41:28
2
3 Modified: neutron-initd
4 Log:
5 new logdir, olso dep fix, /sbin/ip fix, initscript fix, bridge-utils dep fix
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.2 sys-cluster/neutron/files/neutron-initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/files/neutron-initd?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/files/neutron-initd?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/files/neutron-initd?r1=1.1&r2=1.2
15
16 Index: neutron-initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/files/neutron-initd,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- neutron-initd 5 Sep 2013 21:46:49 -0000 1.1
23 +++ neutron-initd 27 Sep 2013 00:41:28 -0000 1.2
24 @@ -28,7 +28,7 @@
25 fi
26
27 start-stop-daemon --start \
28 - --user quantum:quantum \
29 + --user neutron:neutron \
30 --quiet \
31 --pidfile "${PID_PATH}/${SVCNAME}.pid" \
32 --make-pidfile \
33 @@ -47,7 +47,7 @@
34
35 ebegin "Stopping ${SVCNAME}"
36
37 - start-stop-daemon --stop --user quantum --quiet --pidfile "${PID_PATH}/${SVCNAME}.pid" \
38 + start-stop-daemon --stop --user neutron --quiet --pidfile "${PID_PATH}/${SVCNAME}.pid" \
39 --exec /usr/bin/${SVCNAME} -- \
40 --config-file /etc/quantum/quantum.conf \
41 --config-file /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini \