comparison toys/other/fsfreeze.c @ 1260:0ce03bb85ebd draft

Probe for the existence of FIFREEZE and make fsfreeze depend on it.
author Rob Landley <rob@landley.net>
date Wed, 16 Apr 2014 07:49:32 -0500
parents 867f9c964f3e
children
comparison
equal deleted inserted replaced
1259:565980862743 1260:0ce03bb85ebd
5 USE_FSFREEZE(NEWTOY(fsfreeze, "<1>1f|u|[!fu]", TOYFLAG_USR|TOYFLAG_SBIN)) 5 USE_FSFREEZE(NEWTOY(fsfreeze, "<1>1f|u|[!fu]", TOYFLAG_USR|TOYFLAG_SBIN))
6 6
7 config FSFREEZE 7 config FSFREEZE
8 bool "fsfreeze" 8 bool "fsfreeze"
9 default y 9 default y
10 depends on TOYBOX_FIFREEZE
10 help 11 help
11 usage: fsfreeze {-f | -u} MOUNTPOINT 12 usage: fsfreeze {-f | -u} MOUNTPOINT
12 13
13 Freeze or unfreeze a filesystem. 14 Freeze or unfreeze a filesystem.
14 15