From: Stijn Tintel Date: Tue, 2 Dec 2014 05:37:39 +0000 (+0100) Subject: miniupnpd: fix error message during shutdown X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=53a4f6b93baa33ee7f2eb4f41e0a3792f22a450b;p=lede-routing%2F.git miniupnpd: fix error message during shutdown During shutdown, miniupnpd is stopped after network. Because of this, miniupnpd is unable to broadcast good-bye notifications, and displays an error message. Stop miniupnpd before netifd to solve this. Signed-off-by: Stijn Tintel --- diff --git a/miniupnpd/files/miniupnpd.init b/miniupnpd/files/miniupnpd.init index f8a66fd..9ac6de2 100644 --- a/miniupnpd/files/miniupnpd.init +++ b/miniupnpd/files/miniupnpd.init @@ -2,6 +2,7 @@ # Copyright (C) 2006-2011 OpenWrt.org START=95 +STOP=15 SERVICE_USE_PID=1