Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379947 - net-dns/unbound unbound.initd remove oknodo and start from reload initscript phase
Summary: net-dns/unbound unbound.initd remove oknodo and start from reload initscript ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: s-s-d-deprecated
  Show dependency tree
 
Reported: 2011-08-20 10:02 UTC by Florian Steinel
Modified: 2011-09-13 15:14 UTC (History)
1 user (show)

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 Florian Steinel 2011-08-20 10:02:14 UTC
remove this warning:

 * Reloading unbound ...
 * WARNING: -o/--oknodo is deprecated and will be removed in the future                                                        [ ok ]


--- /usr/portage/net-dns/unbound/files/unbound.initd    2009-11-22 17:57:33.000000000 +0100
+++ /etc/init.d/unbound 2011-08-20 11:58:59.000000000 +0200
@@ -45,7 +45,7 @@ restart() {
 reload() {
        checkconfig || return $?
        ebegin "Reloading unbound"
-       start-stop-daemon --stop --pidfile "${UNBOUND_PIDFILE}" \
-               --signal HUP --oknodo
+       start-stop-daemon --pidfile "${UNBOUND_PIDFILE}" \
+               --signal HUP
        eend $?
 }


Reproducible: Always
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2011-09-13 15:14:57 UTC
fixed in cvs.