1*a53f50b9Schristos# 2*a53f50b9Schristos# a test amd.conf file, for testers. Copy this to /etc/amd.conf 3*a53f50b9Schristos 4*a53f50b9Schristos# GLOBAL OPTIONS SECTION 5*a53f50b9Schristos[ global ] 6*a53f50b9Schristosnormalize_hostnames = no 7*a53f50b9Schristosprint_pid = no 8*a53f50b9Schristospid_file = /var/run/amd.pid 9*a53f50b9Schristosrestart_mounts = yes 10*a53f50b9Schristosauto_dir = /n 11*a53f50b9Schristoslog_file = /var/log/amd 12*a53f50b9Schristos#log_file = syslog 13*a53f50b9Schristoslog_options = all 14*a53f50b9Schristos#debug_options = all 15*a53f50b9Schristosplock = no 16*a53f50b9Schristosselectors_on_default = no 17*a53f50b9Schristosprint_version = no 18*a53f50b9Schristos# set map_type to "nis" for NIS maps, or comment it out to search for all 19*a53f50b9Schristos# types 20*a53f50b9Schristosmap_type = file 21*a53f50b9Schristossearch_path = /etc 22*a53f50b9Schristosbrowsable_dirs = no 23*a53f50b9Schristosshow_statfs_entries = no 24*a53f50b9Schristosfully_qualified_hosts = no 25*a53f50b9Schristoscache_duration = 300 26*a53f50b9Schristos 27*a53f50b9Schristos# DEFINE AN AMD MOUNT POINT 28*a53f50b9Schristos# [ /net ] 29*a53f50b9Schristos# map_name = amd.net 30*a53f50b9Schristos# map_type = file 31*a53f50b9Schristos 32*a53f50b9Schristos[ /misc ] 33*a53f50b9Schristosmap_name = /etc/amd.misc 34*a53f50b9Schristosmap_type = file 35