]> git.pld-linux.org Git - packages/quota.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Jul 2005 19:42:54 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quota-jfs.patch -> 1.2
    quota-nolibs.patch -> 1.2

quota-jfs.patch [deleted file]
quota-nolibs.patch [deleted file]

diff --git a/quota-jfs.patch b/quota-jfs.patch
deleted file mode 100644 (file)
index 60e0ff2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -urp quota-tools-3.12/mntopt.h quota-tools/mntopt.h
---- quota-tools-3.12/mntopt.h  2004-07-21 11:30:49.000000000 -0500
-+++ quota-tools/mntopt.h       2004-07-21 11:32:34.443995816 -0500
-@@ -12,6 +12,7 @@
- #define MNTTYPE_REISER                "reiserfs"      /* Reiser file system */
- #define MNTTYPE_XFS           "xfs"   /* SGI XFS file system */
- #define MNTTYPE_AUTOFS                "autofs"        /* Automount mountpoint */
-+#define MNTTYPE_JFS           "jfs"   /* JFS file system */
- /* mount options */
- #define MNTOPT_NOQUOTA                "noquota"       /* don't enforce quota */
-diff -urp quota-tools-3.12/quotasys.c quota-tools/quotasys.c
---- quota-tools-3.12/quotasys.c        2004-07-21 11:30:49.000000000 -0500
-+++ quota-tools/quotasys.c     2004-07-21 11:34:19.866969088 -0500
-@@ -53,6 +53,7 @@ static int correct_fstype(char *type)
-                       *next = 0;
-               if (!strcmp(type, MNTTYPE_EXT2) ||
-                   !strcmp(type, MNTTYPE_EXT3) ||
-+                  !strcmp(type, MNTTYPE_JFS) ||
-                   !strcmp(type, MNTTYPE_MINIX) ||
-                   !strcmp(type, MNTTYPE_UFS) ||
-                   !strcmp(type, MNTTYPE_UDF) ||
diff --git a/quota-nolibs.patch b/quota-nolibs.patch
deleted file mode 100644 (file)
index 909b5fa..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- quota-tools/configure.in.orig      2003-10-13 09:17:56.000000000 +0200
-+++ quota-tools/configure.in   2004-01-29 20:04:21.131517728 +0100
-@@ -52,7 +52,6 @@
- fi
- AC_SUBST(EXT2LIBS)
--AC_CHECK_LIB(nsl, main)
- AC_CACHE_VAL(ac_cv_lib_wrap_main,
-       saved_LIBS="$LIBS"
-       LIBS="$LIBS -lwrap"
This page took 0.029659 seconds and 4 git commands to generate.