relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus] / meta-openvuplus / recipes-connectivity / autofs / autofs-4.1.4 / 075_auto_net_escape_hash.patch
1 #!/bin/sh /usr/share/dpatch/dpatch-run
2 ## 075_auto_net_escape_hash.dpatch
3 ##
4 ## DP: No description.
5
6 @DPATCH@
7
8 diff -Naur .B/samples/auto.net .A/samples/auto.net
9 --- .B/samples/auto.net 2007-01-07 21:36:36.000000000 +0000
10 +++ .A/samples/auto.net 2007-01-07 21:36:36.000000000 +0000
11 @@ -42,4 +42,4 @@
12         BEGIN   { ORS=""; first=1 }
13                 { if (first) { print opts; first=0 }; print " \\\n\t" $1, key ":" $1 }
14         END     { if (!first) print "\n"; else exit 1 }
15 -       '
16 +       ' | sed 's/#/\\#/g'