]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- removed outdated open_max patch
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Feb 2021 15:02:42 +0000 (16:02 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Feb 2021 15:02:42 +0000 (16:02 +0100)
autofs-open_max.patch [deleted file]
autofs.spec

diff --git a/autofs-open_max.patch b/autofs-open_max.patch
deleted file mode 100644 (file)
index 1c39899..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- autofs-4.0.0pre7/modules/lookup_program.c.open_max Thu Jun 15 17:54:06 2000
-+++ autofs-4.0.0pre7/modules/lookup_program.c  Thu Jun 15 17:54:50 2000
-@@ -39,6 +39,12 @@
- #define MAPENT_MAX_LEN 4095
-+#ifdef FOPEN_MAX
-+#ifndef OPEN_MAX
-+#define OPEN_MAX FOPEN_MAX
-+#endif
-+#endif
-+
- struct lookup_context {
-   const char *mapname;
-   struct parse_mod *parse;
index e0bc1543aaf564d81ba892c7b4ef3ac2cdc4f262..71fba7c0e1cf35cb59b1b3aba935b0ecbbf97100 100644 (file)
@@ -24,8 +24,7 @@ Source2:      %{name}-auto.master
 Source3:       %{name}-auto.media
 Source4:       %{name}-auto.net
 Source5:       %{name}.sysconfig
-Patch0:                %{name}-open_max.patch
-Patch1:                %{name}-systemd-service.patch
+Patch0:                %{name}-systemd-service.patch
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: bison
@@ -108,7 +107,6 @@ przechowywanych na serwerze LDAP.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__autoconf}
This page took 0.034696 seconds and 4 git commands to generate.