Re: umount patch

2007-09-06 Thread Tomas M
Fabio Busatto wrote: Hi, this is a very simple patch to add support in umount for -i option. Ah, good point, I sent a patch for 'mount -i' some time ago (which was already included in CVS), but I entirely forgot that 'umount' needs -i as well! So I vote for this -i option as well. Tomas M

Re: mount patch

2007-08-29 Thread Tomas M
Tomas M wrote: Hello, this is a patch for mount.c in busybox, to simply ignore -i option. -i is used in GNU mount for this purpose: Don't call the /sbin/mount.filesystem helper even if it exists. But BusyBox doesn't call this anyway (IMHO) so it's safe to silently ignore

mount patch

2007-08-28 Thread Tomas M
modification ever, so please review the patch if it is correct! It should be. Thank you Tomas M slax.org diff -pur busybox-1.7.0.orig/util-linux/mount.c busybox-1.7.0/util-linux/mount.c --- busybox-1.7.0.orig/util-linux/mount.c 2007-08-24 10:50:03.0 + +++ busybox-1.7.0/util