X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fpatches%2F05-ignore-quota-option.patch;h=22c53efc804b902638e7a0a7c21f90b65cd2370e;hp=29859389b93f95ffbb0ad0151b5c97f86ba7b8da;hb=a4e12fe4050f413561acecfcd6d02e400b208c08;hpb=55d68ec9d81637f142db3320937f8a2a83716044 diff --git a/debian/patches/05-ignore-quota-option.patch b/debian/patches/05-ignore-quota-option.patch index 2985938..22c53ef 100644 --- a/debian/patches/05-ignore-quota-option.patch +++ b/debian/patches/05-ignore-quota-option.patch @@ -5,11 +5,11 @@ them properly, matching the man page. There are a few aliases (like usrjquota) that are parsed by quota, but as these are not documented nor seem to be widely used, they are not included. -Index: nfs-utils-1.1.0/utils/mount/mount.c +Index: nfs-utils-1.1.1/utils/mount/mount.c =================================================================== ---- nfs-utils-1.1.0.orig/utils/mount/mount.c -+++ nfs-utils-1.1.0/utils/mount/mount.c -@@ -132,6 +132,10 @@ static const struct opt_map opt_map[] = +--- nfs-utils-1.1.1.orig/utils/mount/mount.c ++++ nfs-utils-1.1.1/utils/mount/mount.c +@@ -130,6 +130,10 @@ static const struct opt_map opt_map[] = { "diratime", 0, 1, MS_NODIRATIME }, /* Update dir access times */ { "nodiratime", 0, 0, MS_NODIRATIME },/* Do not update dir access times */ #endif