- remove arch(8) (deprecated in favor of uname(1) or arch(1) from
coreutils)
- add a new command ldattach(8)
- cfdisk(8) linked with libncursesw
12 lines
691 B
Diff
12 lines
691 B
Diff
diff -up util-linux-ng-2.14-rc3/mount/mount.c.mng util-linux-ng-2.14-rc3/mount/mount.c
|
|
--- util-linux-ng-2.14-rc3/mount/mount.c.mng 2008-05-14 12:55:32.000000000 +0200
|
|
+++ util-linux-ng-2.14-rc3/mount/mount.c 2008-05-19 12:11:39.000000000 +0200
|
|
@@ -176,6 +176,8 @@ static const struct opt_map opt_map[] =
|
|
{ "norelatime", 0, 1, MS_RELATIME }, /* Update access time without regard
|
|
to mtime/ctime */
|
|
#endif
|
|
+ { "kudzu", 0, 0, MS_COMMENT }, /* Silently remove this option (backwards compat use only - deprecated) */
|
|
+ { "managed", 0, 0, MS_COMMENT }, /* Silently remove this option */
|
|
{ "nofail", 0, 0, MS_COMMENT}, /* Do not fail if ENOENT on dev */
|
|
{ NULL, 0, 0, 0 }
|
|
};
|