1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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:
David E. O'Brien 2000-09-01 01:15:56 +00:00
parent 7d2e5717e7
commit 9f299dcfbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65308

View File

@ -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;