Группа :: Система/Основа
Пакет: util-linux
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: util-linux-2.12a-alt-skip_kudzu.patch
diff -ruN util-linux-2.12a.orig/mount/mount.c util-linux-2.12a/mount/mount.c
--- util-linux-2.12a.orig/mount/mount.c 2004-12-04 02:11:48 +0300
+++ util-linux-2.12a/mount/mount.c 2004-12-04 02:24:42 +0300
@@ -148,6 +148,7 @@
static const struct opt_map opt_map[] = {
{ "defaults", 0, 0, 0 }, /* default options */
+ { "kudzu", 1, 0, 0 }, /* skip kudzu option */
{ "ro", 1, 0, MS_RDONLY }, /* read-only */
{ "rw", 1, 1, MS_RDONLY }, /* read-write */
{ "exec", 0, 1, MS_NOEXEC }, /* permit execution of binaries */