aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2016-10-20 22:30:58 -0500
committerRob Landley <rob@landley.net>2016-10-20 22:30:58 -0500
commitc1a1c952628532ac15491a356ebff44d7a7300b3 (patch)
treee90eedf98f69b865d15c71a6f3845909c04fa1f1
parent5913da6ea5c15960cef54f2c7f080123330aa72d (diff)
downloadtoybox-c1a1c952628532ac15491a356ebff44d7a7300b3.tar.gz
Nothing in pending should "default y".
-rw-r--r--toys/pending/getfattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/getfattr.c b/toys/pending/getfattr.c
index efec53a8..b17cdc1d 100644
--- a/toys/pending/getfattr.c
+++ b/toys/pending/getfattr.c
@@ -8,7 +8,7 @@ USE_GETFATTR(NEWTOY(getfattr, "dhn:", TOYFLAG_USR|TOYFLAG_BIN))
config GETFATTR
bool "getfattr"
- default y
+ default n
help
usage: getfattr [-d] [-h] [-n NAME] FILE...