relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus] / meta-openvuplus / recipes-connectivity / autofs / autofs-4.1.4 / 071_fix_ldap_mounts.patch
1 #!/bin/sh /usr/share/dpatch/dpatch-run
2 ## 071_fix_ldap_mounts.dpatch
3 ##
4 ## DP: No description.
5
6 @DPATCH@
7
8 diff -Naur .B/samples/rc.autofs.in .A/samples/rc.autofs.in
9 --- .B/samples/rc.autofs.in     2007-01-07 21:36:36.000000000 +0000
10 +++ .A/samples/rc.autofs.in     2007-01-07 21:36:36.000000000 +0000
11 @@ -319,7 +319,7 @@
12                 maptype=`echo $map | cut -f1 -d:`
13                 # Handle degenerate map specifiers
14                 if [ "$maptype" = "$map" ] ; then
15 -                   if [ "$map" = "hesiod" -o "$map" = "userhome" ] ; then
16 +                   if [ "$map" = "hesiod" -o "$map" = "userhome" -o "$map" = "ldap" ] ; then
17                         maptype=$map
18                         map=
19                     elif [ "$map" = "multi" ] ; then