]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix printing of the "rw" mount option in fstab(5) format (-p option).
authorjh <jh@FreeBSD.org>
Thu, 30 Sep 2010 13:31:35 +0000 (13:31 +0000)
committerjh <jh@FreeBSD.org>
Thu, 30 Sep 2010 13:31:35 +0000 (13:31 +0000)
commita02f9edef384f097b928bdd31973bd76829e48bf
tree5d0a83b5449a5268883909b06741920bfc785c7a
parent86d9958ce8f3148607cb06c3ea3f691f6f292dbe
Fix printing of the "rw" mount option in fstab(5) format (-p option).
fstab(5) format requires that one of "rw", "rq" or "ro" is always
specified.

PR: bin/123021
Reviewed by: keramida, rodrigc
MFC after: 2 weeks
sbin/mount/mount.c