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

« back to all changes in this revision

Viewing changes to redhat/autofs.sysconfig.in

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2009-03-09 01:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309011648-gjynlid883f0s2c4
Tags: 5.0.4-1
* New upstream version (5.0.4 plus patchset as of 2009/03/09).
  * Closes: #518728.
  * Remove dpatch 14, applied upstream.
* New dpatch 14 to avoid using the relatively young SOCK_CLOEXEC
  feature.
* Only invoke 'make clean' on clean target so ./configure isn't
  purged.
* Fix a typo in the postinst regarding the ucf conffile handling.
* Add 'set -e' to package maintenance scripts.
* Drop unnecessary /var/run/autofs from package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#
15
15
#NEGATIVE_TIMEOUT=60
16
16
#
 
17
# UMOUNT_WAIT - time to wait for a response from umount(8).
 
18
#
 
19
#UMOUNT_WAIT=12
 
20
#
17
21
# BROWSE_MODE - maps are browsable by default.
18
22
#
19
23
BROWSE_MODE="no"
87
91
#
88
92
# General global options
89
93
#
 
94
# If the kernel supports using the autofs miscellanous device
 
95
# and you wish to use it you must set this configuration option
 
96
# to "yes" otherwise it will not be used.
 
97
#USE_MISC_DEVICE="no"
 
98
#
90
99
#OPTIONS=""
91
100
#