~ubuntu-branches/debian/wheezy/autofs/wheezy

« back to all changes in this revision

Viewing changes to debian/patches/075_auto_net_escape_hash

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-03-08 01:36:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080308013609-cvs4f2ecoyoism02
Tags: 4.1.4+debian-2.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Add -DLDAP_DEPRECATED to CFLAGS, to fix compatibility with OpenLDAP
  2.4 on 64-bit architectures.  Closes: #463419.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nurp autofs-4.1.4.orig/samples/auto.net autofs-4.1.4/samples/auto.net
2
 
--- autofs-4.1.4.orig/samples/auto.net  2006-04-11 09:24:17.000000000 -0400
3
 
+++ autofs-4.1.4/samples/auto.net       2006-04-11 09:27:24.000000000 -0400
4
 
@@ -42,4 +42,4 @@ $SHOWMOUNT | LC_ALL=C sort -k 1 | \
5
 
        BEGIN   { ORS=""; first=1 }
6
 
                { if (first) { print opts; first=0 }; print " \\\n\t" $1, key ":" $1 }
7
 
        END     { if (!first) print "\n"; else exit 1 }
8
 
-       '
9
 
+       ' | sed 's/#/\\#/g'