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