Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2017 09:02:50 -0400
From:      Aryeh Friedman <aryeh.friedman@gmail.com>
To:        FreeBSD Ports ML <freebsd-ports@freebsd.org>,  FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   How to suppress boot up messages from sysutils/automount
Message-ID:  <CAGBxaX=28-CQUzon9M4RzX65O=OZ4=4zDfLttco-A-LrBDH4vA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
When I boot I get a lot of junk messages (hints about how to configure it)
form sysutils/automount while I want to keep automount in the startup I
want to suppress these messages -- how?

Note without both settings below it does not automount my flash drive
(da4)... also coping /usr/local/etc/automount.conf.sample to
/usr/local/automount.conf (with appropriate edits) doesn't make the
messages go away:

I have the following in my rc.conf:

autofs_enable="YES"

and the following in devd.conf:

# Discard autofs caches, useful for the -media special map.
notify 100 {
        match "system" "GEOM";
        match "subsystem" "DEV";
        action "/usr/local/sbin/automount -c";
};


-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGBxaX=28-CQUzon9M4RzX65O=OZ4=4zDfLttco-A-LrBDH4vA>