[git commit] nuke: default to N

Denys Vlasenko vda.linux at googlemail.com
Sun Jan 3 15:48:53 UTC 2021


commit: https://git.busybox.net/busybox/commit/?id=8b085d60bc63418af577b3e37707447a87680b75
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 klibc-utils/nuke.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/klibc-utils/nuke.c b/klibc-utils/nuke.c
index d7c16f5cf..8c20c5e11 100644
--- a/klibc-utils/nuke.c
+++ b/klibc-utils/nuke.c
@@ -5,7 +5,7 @@
  */
 //config:config NUKE
 //config:	bool "nuke (2.9 kb)"
-//config:	default y
+//config:	default n  # off by default: too "accidentally destructive"
 //config:	help
 //config:	Alias to "rm -rf".
 


More information about the busybox-cvs mailing list