aboutsummaryrefslogtreecommitdiff
path: root/toys/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/chown.c')
-rw-r--r--toys/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/chown.c b/toys/chown.c
index 217e393f..d3a4c112 100644
--- a/toys/chown.c
+++ b/toys/chown.c
@@ -15,7 +15,7 @@ USE_CHOWN(NEWTOY(chown, "<2Rfv", TOYFLAG_BIN))
config CHOWN
bool "chown"
- default y
+ default n
help
usage: chown [-R] [-f] [-v] group file...
Change ownership of one or more files.