K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-02-25T18:59:33.936450Z K 7 svn:log V 655 automount(8): fix absolute path when creating a mountpoint When executing automount(8), it will attempt to create the directory where an autofs filesystem is to be mounted. Explicity set the root path for this directory to "/". This fixes the issue where the directory being created was being treated as a relative path instead of an absolute path (as expected). PR: 224601 Reported by: kusumi.tomohiro@gmail.com Reviewed by: trasz Differential Revision: https://reviews.freebsd.org/D27832 (cherry picked from commit 63640b2f552c0476f50484635eb9888eafcd22dc) Git Hash: d9e70f5d97c63ae5dba93e9b026d1cfa1b1a4759 Git Author: rew@FreeBSD.org END