Since this is off the vendor branch, might as well change the default
mounting directory to what we always specify in /etc/defaults/rc.conf.
This commit is contained in:
parent
7d2e5717e7
commit
9f299dcfbb
@ -225,7 +225,7 @@ init_global_options(void)
|
||||
gopt.arch = HOST_ARCH;
|
||||
|
||||
/* automounter temp dir */
|
||||
gopt.auto_dir = "/a";
|
||||
gopt.auto_dir = "/.amd_mnt";
|
||||
|
||||
/* cluster name */
|
||||
gopt.cluster = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user