]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-5.0.4-use-misc-device.patch
- updated to 5.0.5, nfy.
[packages/autofs.git] / autofs-5.0.4-use-misc-device.patch
CommitLineData
e5fd101c
PS
1autofs-5.0.4 - use misc device
2
3From: Ian Kent <raven@themaw.net>
4
5Change default installed configuration to use the misc device ioctl
6interface if available.
7---
8
9 CHANGELOG | 1 +
10 redhat/autofs.sysconfig.in | 2 +-
11 samples/autofs.conf.default.in | 2 +-
12 3 files changed, 3 insertions(+), 2 deletions(-)
13
14
15diff --git a/CHANGELOG b/CHANGELOG
16index da7ecbf..96a4617 100644
17--- a/CHANGELOG
18+++ b/CHANGELOG
19@@ -32,6 +32,7 @@
20 - another easy alloca replacements fix.
21 - add LSB init script parameter block.
22 - fix file map lookup when reading included or nsswitch sources.
23+- use misc device ioctl interface by default, if available.
24
25 4/11/2008 autofs-5.0.4
26 -----------------------
27diff --git a/redhat/autofs.sysconfig.in b/redhat/autofs.sysconfig.in
28index 04e521c..97e20fe 100644
29--- a/redhat/autofs.sysconfig.in
30+++ b/redhat/autofs.sysconfig.in
31@@ -110,7 +110,7 @@ BROWSE_MODE="no"
32 # If the kernel supports using the autofs miscellanous device
33 # and you wish to use it you must set this configuration option
34 # to "yes" otherwise it will not be used.
35-#USE_MISC_DEVICE="no"
36+USE_MISC_DEVICE="yes"
37 #
38 #OPTIONS=""
39 #
40diff --git a/samples/autofs.conf.default.in b/samples/autofs.conf.default.in
41index 52d18ec..62084c2 100644
42--- a/samples/autofs.conf.default.in
43+++ b/samples/autofs.conf.default.in
44@@ -110,7 +110,7 @@ BROWSE_MODE="no"
45 # If the kernel supports using the autofs miscellanous device
46 # and you wish to use it you must set this configuration option
47 # to "yes" otherwise it will not be used.
48-#USE_MISC_DEVICE="no"
49+USE_MISC_DEVICE="yes"
50 #
51 #OPTIONS=""
52 #
This page took 0.073989 seconds and 4 git commands to generate.