]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Nov 2004 23:28:49 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils-am.patch -> 1.2
    findutils-getshort.patch -> 1.2
    findutils-xargs_help_cr.patch -> 1.3

findutils-am.patch [deleted file]
findutils-getshort.patch [deleted file]
findutils-xargs_help_cr.patch [deleted file]

diff --git a/findutils-am.patch b/findutils-am.patch
deleted file mode 100644 (file)
index 590dfa3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- findutils-4.1.20/locate/testsuite/Makefile.am.orig 2001-06-05 06:10:07.000000000 +0000
-+++ findutils-4.1.20/locate/testsuite/Makefile.am      2004-08-05 19:09:03.993360101 +0000
-@@ -13,6 +13,6 @@
-       locate.gnu/ignore_case3.exp \
-       locate.gnu/ignore_case3.xo
--DIST_SUBDIRS = config inputs locate.gnu
-+DIST_SUBDIRS = config locate.gnu
- CLEANFILES = *.log *.sum site.exp site.bak
diff --git a/findutils-getshort.patch b/findutils-getshort.patch
deleted file mode 100644 (file)
index 0c4f41a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- findutils-4.1/locate/locate.c.getshort     Wed Jul 29 17:43:46 1998
-+++ findutils-4.1/locate/locate.c      Wed Jul 29 17:45:38 1998
-@@ -96,7 +96,7 @@
- /* Read in a 16-bit int, high byte first (network byte order).  */
--static int
-+static short
- get_short (fp)
-      FILE *fp;
- {
diff --git a/findutils-xargs_help_cr.patch b/findutils-xargs_help_cr.patch
deleted file mode 100644 (file)
index b2db05e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN findutils-4.1.7.orig/xargs/xargs.c findutils-4.1.7/xargs/xargs.c
---- findutils-4.1.7.orig/xargs/xargs.c Mon Feb  4 16:51:29 2002
-+++ findutils-4.1.7/xargs/xargs.c      Mon Feb  4 16:53:11 2002
-@@ -922,6 +922,6 @@
-        [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n\
-        [command [initial-arguments]]\n"),
-          program_name);
--  fputs (_("\nReport bugs to <bug-findutils@gnu.org>."), stream);
-+  fprintf (stream, "%s\n", _("\nReport bugs to <bug-findutils@gnu.org>."));
-   exit (status);
- }
This page took 0.035045 seconds and 4 git commands to generate.