diff mbox series

vtun: remove reference to start-stop-daemon from package help

Message ID 20181116031647.29084-1-casantos@datacom.com.br
State Accepted
Headers show
Series vtun: remove reference to start-stop-daemon from package help | expand

Commit Message

Carlos Santos Nov. 16, 2018, 3:16 a.m. UTC
None of the other 82 packages that use start-stop-daemon does this.

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
---
 package/vtun/Config.in | 3 ---
 1 file changed, 3 deletions(-)

Comments

Thomas Petazzoni Nov. 19, 2018, 9:24 p.m. UTC | #1
Hello,

On Fri, 16 Nov 2018 01:16:47 -0200, Carlos Santos wrote:
> None of the other 82 packages that use start-stop-daemon does this.
> 
> Signed-off-by: Carlos Santos <casantos@datacom.com.br>
> ---
>  package/vtun/Config.in | 3 ---
>  1 file changed, 3 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Nov. 26, 2018, 4:18 p.m. UTC | #2
>>>>> "Carlos" == Carlos Santos <casantos@datacom.com.br> writes:

 > None of the other 82 packages that use start-stop-daemon does this.
 > Signed-off-by: Carlos Santos <casantos@datacom.com.br>

Committed to 2018.02.x and 2018.08.x, thanks.
diff mbox series

Patch

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/