[BusyBox] [PATCH] Misplaced ifdefs (mount, fdisk)

Glenn McGrath bug1 at iinet.net.au
Tue Sep 14 18:01:22 UTC 2004


On Sun, 5 Sep 2004 03:09:10 -0300 (BRT)
Felipe Kellermann <stdfk at terra.com.br> wrote:

> This patch fixes two misplaced ifdefs:  mount and fdisk applets.

hmm, im not sure about these.

With fdisk, if CONFIG_FEATURE_FDISK_WRITABLE is not enabled, -l is
assumed, but maybe we should still accept -l for compatability ?

Similarly with mount, if CONFIG_FEATURE_MTAB_SUPPORT isnt enabled then
we can assume the -n option is always being used, so maybe it should be
always supported.

I dont see the relevance between the -f (fake it) option and
CONFIG_FEATURE_MTAB_SUPPORT.


Glenn



More information about the busybox mailing list