From owner-cvs-all@FreeBSD.ORG Fri Dec 5 01:22:42 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1ACF16A4CE; Fri, 5 Dec 2003 01:22:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B8643F93; Fri, 5 Dec 2003 01:22:41 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59MfXJ004266; Fri, 5 Dec 2003 01:22:41 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59MegW004265; Fri, 5 Dec 2003 01:22:40 -0800 (PST) (envelope-from iedowse) Message-Id: <200312050922.hB59MegW004265@repoman.freebsd.org> From: Ian Dowse Date: Fri, 5 Dec 2003 01:22:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/umount umount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:22:42 -0000 iedowse 2003/12/05 01:22:40 PST FreeBSD src repository Modified files: sbin/umount umount.c Log: Don't include the file system ID in the output of `mount -v' if it is all zeros. The kernel now consistently zeroes FSIDs for non-root users, so there's no point in printing these. Also fix a misspelling in a comment. Submitted by: Rudolf Cejka Approved by: re (scottl) Revision Changes Path 1.42 +4 -3 src/sbin/umount/umount.c