* [gentoo-commits] gentoo-x86 commit in app-admin/webmin/files: init.d.webmin
@ 2011-12-31 18:33 Christian Ruppert (idl0r)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Ruppert (idl0r) @ 2011-12-31 18:33 UTC (permalink / raw
To: gentoo-commits
idl0r 11/12/31 18:33:40
Modified: init.d.webmin
Log:
Revbump. Don't use deprecated start-stop-daemon options, bug 377843 and bug 381895.
(Portage version: 2.1.10.41/cvs/Linux i686)
Revision Changes Path
1.9 app-admin/webmin/files/init.d.webmin
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?r1=1.8&r2=1.9
Index: init.d.webmin
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- init.d.webmin 18 Sep 2011 09:56:11 -0000 1.8
+++ init.d.webmin 31 Dec 2011 18:33:40 -0000 1.9
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.8 2011/09/18 09:56:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.9 2011/12/31 18:33:40 idl0r Exp $
# We do not give a choice to user for configuring these 'cause it will mess up
@@ -10,7 +10,7 @@
WEBMIN_PID="%pid%"
WEBMIN_CONF="%conf%"
-opts="${opts} reload"
+extra_started_commands="reload"
depend() {
use net logger
@@ -55,10 +55,7 @@
checkconfig || return 1
ebegin "Reloading Webmin's configuration files"
- start-stop-daemon --oknodo --stop --interpreted \
- --signal USR1 \
- --exec "$WEBMIN_EXE" \
- --pidfile "$WEBMIN_PID"
+ start-stop-daemon --signal USR1 --pidfile "$WEBMIN_PID"
eend $?
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/webmin/files: init.d.webmin
@ 2012-01-24 20:54 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-01-24 20:54 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/01/24 20:54:42
Modified: init.d.webmin
Log:
Version bump. Bug #400633. Thanks to PhobosK phobosk@fastmail.fm
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.10 app-admin/webmin/files/init.d.webmin
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?r1=1.9&r2=1.10
Index: init.d.webmin
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- init.d.webmin 31 Dec 2011 18:33:40 -0000 1.9
+++ init.d.webmin 24 Jan 2012 20:54:42 -0000 1.10
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.9 2011/12/31 18:33:40 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.10 2012/01/24 20:54:42 hwoarang Exp $
# We do not give a choice to user for configuring these 'cause it will mess up
@@ -55,7 +55,10 @@
checkconfig || return 1
ebegin "Reloading Webmin's configuration files"
- start-stop-daemon --signal USR1 --pidfile "$WEBMIN_PID"
+ start-stop-daemon --oknodo --stop --interpreted \
+ --signal USR1 \
+ --exec "$WEBMIN_EXE" \
+ --pidfile "$WEBMIN_PID"
eend $?
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/webmin/files: init.d.webmin
@ 2012-07-09 18:12 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-07-09 18:12 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/07/09 18:12:47
Modified: init.d.webmin
Log:
Version bump. Bug #425066. Thanks to PhobosK <phobosk@fastmail.fm>
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Revision Changes Path
1.11 app-admin/webmin/files/init.d.webmin
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/webmin/files/init.d.webmin?r1=1.10&r2=1.11
Index: init.d.webmin
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- init.d.webmin 24 Jan 2012 20:54:42 -0000 1.10
+++ init.d.webmin 9 Jul 2012 18:12:47 -0000 1.11
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.10 2012/01/24 20:54:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/files/init.d.webmin,v 1.11 2012/07/09 18:12:47 hwoarang Exp $
# We do not give a choice to user for configuring these 'cause it will mess up
@@ -55,10 +55,7 @@
checkconfig || return 1
ebegin "Reloading Webmin's configuration files"
- start-stop-daemon --oknodo --stop --interpreted \
- --signal USR1 \
- --exec "$WEBMIN_EXE" \
- --pidfile "$WEBMIN_PID"
+ start-stop-daemon --signal USR1 --pidfile "$WEBMIN_PID"
eend $?
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-09 18:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-09 18:12 [gentoo-commits] gentoo-x86 commit in app-admin/webmin/files: init.d.webmin Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2012-01-24 20:54 Markos Chandras (hwoarang)
2011-12-31 18:33 Christian Ruppert (idl0r)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox