Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 514456 - net-analyzer/symon: Init scripts use depreprecated start-stop-daemon flag --oknodo
Summary: net-analyzer/symon: Init scripts use depreprecated start-stop-daemon flag --o...
Status: RESOLVED DUPLICATE of bug 514452
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 13:57 UTC by Torbjörn Lönnemark
Modified: 2014-06-23 12:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***