Date: Fri, 30 Dec 2005 09:16:23 +0000 (UTC) From: "Ralf S. Engelschall" <rse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d mountcritremote Message-ID: <200512300916.jBU9GNJR034961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rse 2005-12-30 09:16:23 UTC
FreeBSD src repository
Modified files:
etc/rc.d mountcritremote
Log:
1. Add missing semicolon between "warn" and "return" to make sure
the line continuation backslash doesn't cause "warn" to print "return".
2. Group "warn" and "return" together as the "return 1" should be
performed only if the "kldload nfsclient" also failed (and not
already if the "vfs.nfs" sysctl(8) check failed).
MFC after: 3 days
Revision Changes Path
1.13 +3 -3 src/etc/rc.d/mountcritremote
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512300916.jBU9GNJR034961>
