[autofs] update to latest version.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / autofs / autofs-4.1.4 / 071_fix_ldap_mounts.patch
diff --git a/meta-openvuplus/recipes-connectivity/autofs/autofs-4.1.4/071_fix_ldap_mounts.patch b/meta-openvuplus/recipes-connectivity/autofs/autofs-4.1.4/071_fix_ldap_mounts.patch
deleted file mode 100644 (file)
index ee0c4ef..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 071_fix_ldap_mounts.dpatch
-##
-## DP: No description.
-
-@DPATCH@
-
-diff -Naur .B/samples/rc.autofs.in .A/samples/rc.autofs.in
---- .B/samples/rc.autofs.in    2007-01-07 21:36:36.000000000 +0000
-+++ .A/samples/rc.autofs.in    2007-01-07 21:36:36.000000000 +0000
-@@ -319,7 +319,7 @@
-               maptype=`echo $map | cut -f1 -d:`
-               # Handle degenerate map specifiers
-               if [ "$maptype" = "$map" ] ; then
--                  if [ "$map" = "hesiod" -o "$map" = "userhome" ] ; then
-+                  if [ "$map" = "hesiod" -o "$map" = "userhome" -o "$map" = "ldap" ] ; then
-                       maptype=$map
-                       map=
-                   elif [ "$map" = "multi" ] ; then