Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd/files: lighttpd.initd
Date: Tue, 27 Sep 2011 00:53:30
Message-Id: 20110927005318.8CD192001D@flycatcher.gentoo.org
1 hwoarang 11/09/27 00:53:18
2
3 Modified: lighttpd.initd
4 Log:
5 Force revbump in stable tree to fix broken init script per bug #375301
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.19 www-servers/lighttpd/files/lighttpd.initd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd?r1=1.18&r2=1.19
15
16 Index: lighttpd.initd
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- lighttpd.initd 19 Sep 2011 17:05:45 -0000 1.18
23 +++ lighttpd.initd 27 Sep 2011 00:53:18 -0000 1.19
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.18 2011/09/19 17:05:45 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.19 2011/09/27 00:53:18 hwoarang Exp $
30
31 opts="reload graceful"
32
33 @@ -50,7 +50,7 @@
34 checkconfig || return 1
35
36 ebegin "Re-opening lighttpd log files"
37 - start-stop-daemon --stop --quiet --pidfile "${LIGHTTPD_PID}" \
38 + start-stop-daemon --quiet --pidfile "${LIGHTTPD_PID}" \
39 --signal HUP
40 eend $?
41 }
42 @@ -63,7 +63,7 @@
43 checkconfig || return 1
44
45 ebegin "Gracefully stopping lighttpd"
46 - start-stop-daemon --stop --quiet --pidfile "${LIGHTTPD_PID}" \
47 + start-stop-daemon --quiet --pidfile "${LIGHTTPD_PID}" \
48 --signal INT
49 if eend $? ; then
50 rm -f "${LIGHTTPD_PID}"