]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-man.patch
- use macros in %{pre,post}{,un}
[packages/autofs.git] / autofs-man.patch
CommitLineData
e29780e3
PG
1--- ./man/auto.master.5.orig Sat Jun 23 14:37:58 2001
2+++ ./man/auto.master.5 Sat Jun 23 14:44:37 2001
3@@ -1,6 +1,6 @@
4 .\" t
5 .\" $Id$
6-.TH AUTO.MASTER 5 "9 Sep 1997"
7+.TH AUTO.MASTER 5 "11 Apr 2000"
8 .SH NAME
9 /etc/auto.master \- Master Map for automounter
10 .SH "DESCRIPTION"
11@@ -44,13 +44,17 @@
12 .nf
13 /home /etc/auto.home
14 /misc /etc/auto.misc
15+/mnt yp:mnt.map
16+/auto ldap:ldapserver:ou=automount,ou=services,dc=example,dc=com
17 .fi
18 .RE
19 .sp
20-This will generate two mountpoints
21-.I /home
22+This will generate four mountpoints
23+.IR /home ,
24+.IR /misc ,
25+.IR /mnt
26 and
27-.IR /misc .
28+.IR /auto .
29 All accesses to
30 .I /home
31 will lead to the consultation of the map in
32@@ -58,7 +62,15 @@
33 and all accesses to
34 .I /misc
35 will consult the map in
36-.IR /etc/auto.misc .
37+.IR /etc/auto.misc ,
38+all accesses to
39+.I /mnt
40+will consult the NIS map
41+.IR mnt.map ,
42+and all accesses to
43+.I /auto
44+will access the \fIautomount\fP objects in \fIldapserver\fP's subtree under
45+.IR ou=automount,ou=services,dc=example,dc=com .
46 .SH "SEE ALSO"
47 .BR automount (8),
48 .BR autofs (5),
This page took 0.10312 seconds and 4 git commands to generate.