From owner-cvs-all Thu May 6 22:22:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E70CF152E8; Thu, 6 May 1999 22:22:12 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA11082; Thu, 6 May 1999 22:22:12 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199905070522.WAA11082@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 6 May 1999 22:22:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.8 mount.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/05/06 22:22:12 PDT Modified files: sbin/mount mount.8 mount.c Log: 1. Enhanced syntax for mount(8). The -o option now supports two 'meta' options: -o fstab brings in filesystem options specified in /etc/fstab -o current incorporates the current set of options for the file system The rightmost option wins in the case of conflicting options being specified. E.g.:- # mount -u -o current,nosuid /home will preserve the current mount options while adding the 'nosuid' flag. 2. Rewording of manual page to be hopefully clearer; small -Wall cleanups. Thanks to David Malone for his patience and willingness to work multiple patches on request. PR: bin/6399 Submitted by: David Malone Revision Changes Path 1.26 +17 -8 src/sbin/mount/mount.8 1.30 +138 -31 src/sbin/mount/mount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message