From 9f299dcfbb53d9215ab4deee12bafaf6afc4008f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 1 Sep 2000 01:15:56 +0000 Subject: 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. --- contrib/amd/amd/amd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/amd/amd/amd.c b/contrib/amd/amd/amd.c index 07022e7de4e6..a89d8d427cd9 100644 --- a/contrib/amd/amd/amd.c +++ b/contrib/amd/amd/amd.c @@ -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; -- cgit v1.2.3