relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-base / autofs / autofs-4.1.4 / 072_fix_auto_net_sort.patch
diff --git a/meta-openvuplus/recipes-base/autofs/autofs-4.1.4/072_fix_auto_net_sort.patch b/meta-openvuplus/recipes-base/autofs/autofs-4.1.4/072_fix_auto_net_sort.patch
deleted file mode 100644 (file)
index 5edec83..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 072_fix_auto_net_sort.dpatch
-##
-## DP: No description.
-
-@DPATCH@
-
-diff -Naur .B/samples/auto.net .A/samples/auto.net
---- .B/samples/auto.net        2007-01-07 21:36:35.000000000 +0000
-+++ .A/samples/auto.net        2007-01-07 21:36:36.000000000 +0000
-@@ -37,7 +37,7 @@
- # Newer distributions get this right
- SHOWMOUNT="$SMNT --no-headers -e $key"
--$SHOWMOUNT | LC_ALL=C sort +0 | \
-+$SHOWMOUNT | 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 }