K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-09-19T02:12:04.068326Z K 7 svn:log V 401 MFS r365891: certctl: fix unprivileged mode The first issue was lack of quoting around INSTALLFLAGS, which set it incorrectly and produced an error on -M. The second issue was that we weren't actually doing the install in unprivileged mode, making it effectively useless. This was designed to pass through the proper metalog/unpriv flags to install(1), so just let it happen. Approved by: re (gjb) END