Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/freenet6/files: gw6c.rc
Date: Tue, 30 Dec 2008 13:37:00
Message-Id: E1LHemE-0002Mb-79@stork.gentoo.org
1 voyageur 08/12/30 13:36:54
2
3 Modified: gw6c.rc
4 Log:
5 Stopping the tunnel needs SIGHUP, thanks Christian Limberg <barneyman@×××.de> in bug #252186
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.4 net-misc/freenet6/files/gw6c.rc
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/files/gw6c.rc?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/files/gw6c.rc?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/freenet6/files/gw6c.rc?r1=1.3&r2=1.4
14
15 Index: gw6c.rc
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/freenet6/files/gw6c.rc,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- gw6c.rc 27 Feb 2008 10:32:35 -0000 1.3
22 +++ gw6c.rc 30 Dec 2008 13:36:54 -0000 1.4
23 @@ -32,6 +32,6 @@
24
25 stop() {
26 ebegin "Stopping Freenet6 IPv6 Client"
27 - start-stop-daemon --stop --quiet --exec $FREENET6_CLIENT
28 + start-stop-daemon --stop --quiet -s HUP --exec $FREENET6_CLIENT
29 eend $?
30 }