Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/webmin/files: init.d.webmin
Date: Mon, 09 Jul 2012 18:13:07
Message-Id: 20120709181247.A4C8620063@flycatcher.gentoo.org
1 hwoarang 12/07/09 18:12:47
2
3 Modified: init.d.webmin
4 Log:
5 Version bump. Bug #425066. Thanks to PhobosK <phobosk@××××××××.fm>
6
7 (Portage version: 2.1.11.5/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 app-admin/webmin/files/init.d.webmin
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?r1=1.10&r2=1.11
15
16 Index: init.d.webmin
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- init.d.webmin 24 Jan 2012 20:54:42 -0000 1.10
23 +++ init.d.webmin 9 Jul 2012 18:12:47 -0000 1.11
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.10 2012/01/24 20:54:42 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.11 2012/07/09 18:12:47 hwoarang Exp $
30
31
32 # We do not give a choice to user for configuring these 'cause it will mess up
33 @@ -55,10 +55,7 @@
34 checkconfig || return 1
35
36 ebegin "Reloading Webmin's configuration files"
37 - start-stop-daemon --oknodo --stop --interpreted \
38 - --signal USR1 \
39 - --exec "$WEBMIN_EXE" \
40 - --pidfile "$WEBMIN_PID"
41 + start-stop-daemon --signal USR1 --pidfile "$WEBMIN_PID"
42 eend $?
43 }