Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd/files: lighttpd.initd-1.4.13-r3 lighttpd.initd
Date: Sun, 01 Jan 2012 00:03:57
Message-Id: 20120101000347.67C482001D@flycatcher.gentoo.org
1 idl0r 12/01/01 00:03:47
2
3 Modified: lighttpd.initd-1.4.13-r3 lighttpd.initd
4 Log:
5 Revbump. Don't use deprecated start-stop-daemon options and deprecated $opts variable, bug 395945.
6
7 (Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.4 www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3?r1=1.3&r2=1.4
15
16 Index: lighttpd.initd-1.4.13-r3
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- lighttpd.initd-1.4.13-r3 1 Apr 2009 19:03:46 -0000 1.3
23 +++ lighttpd.initd-1.4.13-r3 1 Jan 2012 00:03:47 -0000 1.4
24 @@ -1,9 +1,9 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3,v 1.3 2009/04/01 19:03:46 bangert Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd-1.4.13-r3,v 1.4 2012/01/01 00:03:47 idl0r Exp $
31
32 -opts="reload graceful"
33 +extra_started_commands="reload graceful"
34
35 depend() {
36 need net
37 @@ -45,7 +45,7 @@
38 checkconfig || return 1
39
40 ebegin "Re-opening lighttpd log files"
41 - start-stop-daemon --stop --oknodo --quiet --pidfile "${LIGHTTPD_PID}" \
42 + start-stop-daemon --quiet --pidfile "${LIGHTTPD_PID}" \
43 --signal HUP
44 eend $?
45 }
46 @@ -58,7 +58,7 @@
47 checkconfig || return 1
48
49 ebegin "Gracefully stopping lighttpd"
50 - start-stop-daemon --stop --oknodo --quiet --pidfile "${LIGHTTPD_PID}" \
51 + start-stop-daemon --quiet --pidfile "${LIGHTTPD_PID}" \
52 --signal INT
53 if eend $? ; then
54 rm -f "${LIGHTTPD_PID}"
55
56
57
58 1.20 www-servers/lighttpd/files/lighttpd.initd
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd?rev=1.20&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd?rev=1.20&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd?r1=1.19&r2=1.20
63
64 Index: lighttpd.initd
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v
67 retrieving revision 1.19
68 retrieving revision 1.20
69 diff -u -r1.19 -r1.20
70 --- lighttpd.initd 27 Sep 2011 00:53:18 -0000 1.19
71 +++ lighttpd.initd 1 Jan 2012 00:03:47 -0000 1.20
72 @@ -1,9 +1,9 @@
73 #!/sbin/runscript
74 -# Copyright 1999-2011 Gentoo Foundation
75 +# Copyright 1999-2012 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.19 2011/09/27 00:53:18 hwoarang Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/files/lighttpd.initd,v 1.20 2012/01/01 00:03:47 idl0r Exp $
79
80 -opts="reload graceful"
81 +extra_started_commands="reload graceful"
82
83 depend() {
84 need net