Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2009 07:46:56 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r196288 - stable/8/sbin/umount
Message-ID:  <200908170746.n7H7kuCd052939@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Mon Aug 17 07:46:55 2009
New Revision: 196288
URL: http://svn.freebsd.org/changeset/base/196288

Log:
  MFC r196287:
  
  Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is run
  by root.
  
  Approved by:	re (kib)

Modified:
  stable/8/sbin/umount/   (props changed)
  stable/8/sbin/umount/umount.8

Modified: stable/8/sbin/umount/umount.8
==============================================================================
--- stable/8/sbin/umount/umount.8	Mon Aug 17 07:38:47 2009	(r196287)
+++ stable/8/sbin/umount/umount.8	Mon Aug 17 07:46:55 2009	(r196288)
@@ -57,7 +57,8 @@ device or remote node (rhost:path), the 
 or by the file system ID
 .Ar fsid
 as reported by
-.Dq mount -v .
+.Dq mount -v
+when run by root.
 .Pp
 The options are as follows:
 .Bl -tag -width indent



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908170746.n7H7kuCd052939>