diff options
author | Rob Landley <rob@landley.net> | 2014-04-16 07:49:32 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-04-16 07:49:32 -0500 |
commit | 76e1cb3ada7fb12f38e248a08c2deedc5c9ce888 (patch) | |
tree | 6ec1053bb0095adc78c6c5b0bc691e5a5c602b2c /toys | |
parent | 15027d6de049fa139a193abc5a86e6578faf630d (diff) | |
download | toybox-76e1cb3ada7fb12f38e248a08c2deedc5c9ce888.tar.gz |
Probe for the existence of FIFREEZE and make fsfreeze depend on it.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/fsfreeze.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/fsfreeze.c b/toys/other/fsfreeze.c index f7b8a946..e169554e 100644 --- a/toys/other/fsfreeze.c +++ b/toys/other/fsfreeze.c @@ -7,6 +7,7 @@ USE_FSFREEZE(NEWTOY(fsfreeze, "<1>1f|u|[!fu]", TOYFLAG_USR|TOYFLAG_SBIN)) config FSFREEZE bool "fsfreeze" default y + depends on TOYBOX_FIFREEZE help usage: fsfreeze {-f | -u} MOUNTPOINT |