From owner-cvs-src-old@FreeBSD.ORG Sun Oct 17 14:49:13 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 957451065673 for ; Sun, 17 Oct 2010 14:49:13 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 688B18FC1B for ; Sun, 17 Oct 2010 14:49:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9HEnD9X081784 for ; Sun, 17 Oct 2010 14:49:13 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9HEnDcb081781 for cvs-src-old@freebsd.org; Sun, 17 Oct 2010 14:49:13 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010171449.o9HEnDcb081781@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Sun, 17 Oct 2010 14:48:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 14:49:13 -0000 jh 2010-10-17 14:48:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/mount mount.c Log: SVN rev 213978 on 2010-10-17 14:48:53Z by jh MFC r213298: 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 Revision Changes Path 1.107.2.5 +12 -12 src/sbin/mount/mount.c