blob: 85dfd15bcbb774a560e014b6d6a8ddc3f2f2482d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#
# amd default config file
#
# check amd.conf(5) man page for details about options in this file
#
# $Id: amd.conf,v 1.1 2003/04/10 22:06:42 liquidx Exp $
# GLOBAL OPTIONS SECTION
[ global ]
normalize_hostnames = no
print_pid = yes
pid_file = /var/run/amd.pid
restart_mounts = yes
auto_dir = /.automount
log_file = syslog
log_options = all
plock = no
selectors_on_default = yes
print_version = no
map_type = file
search_path = /etc/amd
browsable_dirs = no
show_statfs_entries = no
fully_qualified_hosts = no
cache_duration = 300
# DEFINE AN AMD MOUNT POINT
[ /net ]
map_name = amd.net
map_type = file
|