Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 514456

Summary: net-analyzer/symon: Init scripts use depreprecated start-stop-daemon flag --oknodo
Product: Gentoo Linux Reporter: Torbjörn Lönnemark <tobbez>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Torbjörn Lönnemark 2014-06-22 13:57:58 UTC
Like the summary says.


--- files/symon-init.d	2012-09-13 09:31:22.000000000 +0200
+++ files/symon-init.d	2014-06-22 15:50:11.000000000 +0200
@@ -13,8 +13,8 @@
 
 reload() {
 	ebegin "Reloading symon"
-	start-stop-daemon --stop --pidfile /var/run/symon.pid \
-		--exec /usr/sbin/symon --oknodo --signal HUP
+	start-stop-daemon --pidfile /var/run/symon.pid --exec /usr/sbin/symon \
+		--signal HUP
 	eend $?
 }
 

--- files/symux-init.d	2012-09-13 09:31:22.000000000 +0200
+++ files/symux-init.d	2014-06-22 15:50:35.000000000 +0200
@@ -13,8 +13,8 @@
 
 reload() {
 	ebegin "Reloading symux"
-	start-stop-daemon --stop --pidfile /var/run/symux.pid \
-		--exec /usr/sbin/symux --oknodo --signal HUP
+	start-stop-daemon --pidfile /var/run/symux.pid --exec /usr/sbin/symux \
+		--signal HUP
 	eend $?
 }
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-23 12:52:13 UTC

*** This bug has been marked as a duplicate of bug 514452 ***