[autofs] update to latest version.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / autofs / autofs-4.1.4 / 085_auto_net_lp111612.patch
diff --git a/meta-openvuplus/recipes-connectivity/autofs/autofs-4.1.4/085_auto_net_lp111612.patch b/meta-openvuplus/recipes-connectivity/autofs/autofs-4.1.4/085_auto_net_lp111612.patch
deleted file mode 100644 (file)
index 23e455b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 085-auto.net-lp111612 by Morten Kjeldgaard <mok@bioxray.au.dk>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix problem with directories exported multiple times to different 
-## DP: hosts (LP: #111612).
-
-@DPATCH@
-
---- samples/auto.net   2008-04-09 16:32:59.000000000 +0200
-+++ foo/samples/auto.net       2008-04-09 16:34:29.000000000 +0200
-@@ -37,7 +37,7 @@
- # Newer distributions get this right
- SHOWMOUNT="$SMNT --no-headers -e $key"
--$SHOWMOUNT | LC_ALL=C sort -k 1 | \
-+$SHOWMOUNT | LC_ALL=C cut -d' ' -f1 | LC_ALL=C sort -k 1 | \
-       awk -v key="$key" -v opts="$opts" -- '
-       BEGIN   { ORS=""; first=1 }
-               { if (first) { print opts; first=0 }; print " \\\n\t" $1, key ":" $1 }