From 76e1cb3ada7fb12f38e248a08c2deedc5c9ce888 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 16 Apr 2014 07:49:32 -0500 Subject: Probe for the existence of FIFREEZE and make fsfreeze depend on it. --- toys/other/fsfreeze.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/other') 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 -- cgit v1.2.3