[Buildroot] [git commit branch/2018.08.x] vtun: remove reference to start-stop-daemon from package help

Peter Korsgaard peter at korsgaard.com
Mon Nov 26 16:18:31 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=4394d4ed7c2019f89c74c44f4e85bc7c10ade4c7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.08.x

None of the other 82 packages that use start-stop-daemon does this.

Signed-off-by: Carlos Santos <casantos at datacom.com.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 11d96cdeb9d59e81973c49fb713fb5982f196110)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/vtun/Config.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/vtun/Config.in b/package/vtun/Config.in
index bb8919c3d0..d63e7c76ef 100644
--- a/package/vtun/Config.in
+++ b/package/vtun/Config.in
@@ -10,7 +10,4 @@ config BR2_PACKAGE_VTUN
 
 	  It supports IP, PPP, SLIP, Ethernet and other tunnel types.
 
-	  NOTE: It uses start-stop-daemon in init script, so be sure
-	  to enable that within busybox
-
 	  http://vtun.sourceforge.net/


More information about the buildroot mailing list