Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tinc/files: tincd.lo tincd
Date: Sun, 01 Sep 2013 12:22:51
Message-Id: 20130901122246.AF3CE2004C@flycatcher.gentoo.org
1 blueness 13/09/01 12:22:46
2
3 Modified: tincd.lo tincd
4 Log:
5 Fix quotes in openrc script, bug #481640
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.5 net-misc/tinc/files/tincd.lo
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd.lo?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd.lo?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd.lo?r1=1.4&r2=1.5
15
16 Index: tincd.lo
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- tincd.lo 24 Apr 2013 11:19:53 -0000 1.4
23 +++ tincd.lo 1 Sep 2013 12:22:46 -0000 1.5
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v 1.4 2013/04/24 11:19:53 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v 1.5 2013/09/01 12:22:46 blueness Exp $
30
31 extra_started_commands="reload"
32
33 @@ -26,7 +26,7 @@
34 else
35 LOG="--logfile=/var/log/tinc.${NETNAME}.log"
36 fi
37 - start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" "${LOG}" --pidfile "${PIDFILE}"
38 + start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" ${LOG} --pidfile "${PIDFILE}"
39 eend $?
40 fi
41 }
42
43
44
45 1.9 net-misc/tinc/files/tincd
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd?rev=1.9&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd?rev=1.9&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/files/tincd?r1=1.8&r2=1.9
50
51 Index: tincd
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v
54 retrieving revision 1.8
55 retrieving revision 1.9
56 diff -u -r1.8 -r1.9
57 --- tincd 24 Apr 2013 11:19:53 -0000 1.8
58 +++ tincd 1 Sep 2013 12:22:46 -0000 1.9
59 @@ -1,7 +1,7 @@
60 #!/sbin/runscript
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.8 2013/04/24 11:19:53 blueness Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.9 2013/09/01 12:22:46 blueness Exp $
65
66 extra_started_commands="reload"
67
68 @@ -37,7 +37,7 @@
69 else
70 LOG="--logfile=/var/log/tinc.${NETNAME}.log"
71 fi
72 - start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" "${LOG}" --pidfile "${PIDFILE}"
73 + start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" ${LOG} --pidfile "${PIDFILE}"
74 eend $?
75 fi
76 done