[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
unwanted warnings at boot time
- To: tech@openbsd.org
- Subject: unwanted warnings at boot time
- From: "Denis A. Doroshenko" <d.doroshenko@omnitel.net>
- Date: Fri, 11 Jan 2002 12:13:41 +0200
- Content-Disposition: inline
- Mail-Followup-To: tech@openbsd.org
may be the following line from /etc/rc (-current, 1.188):
case `sysctl vfs.mounts.nfs` in
could be changed, at least to
case `sysctl vfs.mounts.nfs 2>/dev/null` in
because it causes sysctl warnings about bad level 3 name (perhaps it
doesn't like 'nfs' part) on non-NFS kernels.
cheerio.
--
Denis A. Doroshenko, GPRS engineer
Omnitel Ltd., T. Sevcenkos st. 25, Vilnius, Lithuania
d.doroshenko@omnitel.net, +370 2 262188