NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/59495 CVS commit: src/sbin/umount



The following reply was made to PR bin/59495; it has been noted by GNATS.

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59495 CVS commit: src/sbin/umount
Date: Tue, 1 Jul 2025 20:11:14 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Tue Jul  1 20:11:14 UTC 2025
 
 Modified Files:
 	src/sbin/umount: umount.8 umount.c
 
 Log Message:
 PR bin/59495
 
 Make umount less noisy when a single -v is used (just say
 what has been unmounted), and only include details of
 running (or not running) external umount_fstype progs
 when more than one -v is given.
 
 While here, make it more clear in the messages produce
 when the -F (fake it) option is used, that nothing was
 actually unmounted (just what would have been).
 
 Man page updated to match.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.23 src/sbin/umount/umount.8
 cvs rdiff -u -r1.55 -r1.56 src/sbin/umount/umount.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index