blob: fe0373a03fea7ab7d9d5ea68614990f80550974f (
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
31
32
33
34
|
#
# a test amd.conf file, for testers. Copy this to /etc/amd.conf
# GLOBAL OPTIONS SECTION
[ global ]
normalize_hostnames = no
print_pid = no
pid_file = /var/run/amd.pid
restart_mounts = yes
auto_dir = /n
log_file = /var/log/amd
#log_file = syslog
log_options = all
#debug_options = all
plock = no
selectors_on_default = no
print_version = no
# set map_type to "nis" for NIS maps, or comment it out to search for all
# types
map_type = file
search_path = /etc
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
[ /misc ]
map_name = /etc/amd.misc
map_type = file
|