~ubuntu-branches/ubuntu/raring/autofs5/raring

« back to all changes in this revision

Viewing changes to debian/patches/11default_automaster_location.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-04-28 15:55:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080428155537-6rr98jw7khwdeuqo
Tags: 5.0.3-1
* Upload to unstable.
* New upstream version 5.0.3 plus current patchset (as of 2008/04/27).
* Bump Standards to 3.7.3, debhelper to v6.
* Add build-dependency on libxml2-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## default_automaster_location.dpatch by  <hesso@pool.math.tu-berlin.de>
 
3
##
 
4
## DP: Set /etc/auto.master as the default location of the automounter
 
5
## DP: master map, because that file is surely available (the package
 
6
## DP: installs a default one). If the admin already has an auto.master
 
7
## DP: map in a different place, he can customize the file later.
 
8
 
 
9
@DPATCH@
 
10
 
 
11
--- autofs5-5.0.2/samples/autofs.conf.default.in.orig   2007-07-06 19:21:33.000000000 +0200
 
12
+++ autofs5-5.0.2/samples/autofs.conf.default.in        2007-07-06 19:21:41.000000000 +0200
 
13
@@ -3,7 +3,7 @@
 
14
 #
 
15
 # MASTER_MAP_NAME - default map name for the master map.
 
16
 #
 
17
-#MASTER_MAP_NAME="auto.master"
 
18
+MASTER_MAP_NAME="/etc/auto.master"
 
19
 #
 
20
 # TIMEOUT - set the default mount timeout (default 600).
 
21
 #