summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-07-06 15:58:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-07-06 15:58:04 +0000
commite954fbabcb2c84771155fbcf51febbf05166b833 (patch)
tree5ca1eca7a29bcab157ee75463271c721e9ff5fa4 /net-fs/autofs
parentVersion bumped. Stable on x86. (diff)
downloadgentoo-2-e954fbabcb2c84771155fbcf51febbf05166b833.tar.gz
gentoo-2-e954fbabcb2c84771155fbcf51febbf05166b833.tar.bz2
gentoo-2-e954fbabcb2c84771155fbcf51febbf05166b833.zip
These FILESDIR items are not used anymore.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-fs/autofs')
-rw-r--r--net-fs/autofs/ChangeLog6
-rw-r--r--net-fs/autofs/files/auto.home7
-rw-r--r--net-fs/autofs/files/ldap.diff14
-rw-r--r--net-fs/autofs/files/open_max.diff12
4 files changed, 5 insertions, 34 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog
index 101b9b21abd3..3fb40d8dd16a 100644
--- a/net-fs/autofs/ChangeLog
+++ b/net-fs/autofs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/autofs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.50 2005/06/06 10:55:55 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.51 2005/07/06 15:58:04 robbat2 Exp $
+
+ 06 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> -files/auto.home,
+ -files/ldap.diff, -files/open_max.diff:
+ These FILESDIR items are not used anymore.
06 Jun 2005; Markus Rothe <corsair@gentoo.org> autofs-4.1.3-r4.ebuild:
Stable on ppc64
diff --git a/net-fs/autofs/files/auto.home b/net-fs/autofs/files/auto.home
deleted file mode 100644
index 40dc775076f3..000000000000
--- a/net-fs/autofs/files/auto.home
+++ /dev/null
@@ -1,7 +0,0 @@
-# $Id: auto.home,v 1.1 2000/08/08 17:53:33 achim Exp $
-# This is an automounter map and it has the following format
-# key [ -mount-options-separated-by-comma ] location
-# Details may be found in the autofs(5) manpage
-#* -rw autofs_home
-
-
diff --git a/net-fs/autofs/files/ldap.diff b/net-fs/autofs/files/ldap.diff
deleted file mode 100644
index 1c3fc0f2ffa1..000000000000
--- a/net-fs/autofs/files/ldap.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN autofs-3.1.7/Makefile.conf autofs-3.1.7-modified/Makefile.conf
---- autofs-3.1.7/Makefile.conf Wed Jul 17 21:28:35 2002
-+++ autofs-3.1.7-modified/Makefile.conf Wed Jul 17 21:29:05 2002
-@@ -17,8 +17,8 @@
- HESIOD_FLAGS =
-
- # LDAP support: yes (1) no (0)
--LDAP = 0
--LIBLDAP=
-+LDAP = 1
-+LIBLDAP= -lldap -llber
- LDAP_FLAGS =
-
- # NIS+ support: yes (1) no (0)
diff --git a/net-fs/autofs/files/open_max.diff b/net-fs/autofs/files/open_max.diff
deleted file mode 100644
index c08d52a57f8c..000000000000
--- a/net-fs/autofs/files/open_max.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN autofs-3.1.7/modules/lookup_program.c autofs-3.1.7-modified/modules/lookup_program.c
---- autofs-3.1.7/modules/lookup_program.c Sat Nov 4 01:05:17 2000
-+++ autofs-3.1.7-modified/modules/lookup_program.c Wed Jul 17 21:20:06 2002
-@@ -16,7 +16,7 @@
-
- #include <ctype.h>
- #include <errno.h>
--#include <limits.h>
-+#include <linux/limits.h>
- #include <malloc.h>
- #include <stdio.h>
- #include <string.h>