Bug 41341

Summary: "-vv" (very verbose) flag for chown
Product: Base System Reporter: Edward Brocklesby <nighthawk>
Component: binAssignee: Johan Karlsson <johan>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.6-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
chown-vvflag.diff none

Description Edward Brocklesby 2002-08-05 15:30:02 UTC
http://firedrake.etherix.com/~ejb/chown-vvflag.diff

Similar to pr bin/40709 (-vv flag for chmod), this patch provides
the same functionality to chown and chgrp. The old and new ownership
is printed in the following form:

/usr/home/ejb/test: 1001:20 -> 0:20

UIDs and GIDs are printed in numeric form in order to prevent a passwd
lookup for every file.

The provided patch is against:

     $FreeBSD: src/usr.sbin/chown/chown.c,v 1.24 2002/07/17 16:22:24 dwmalone Exp $
     $FreeBSD: src/usr.sbin/chown/chown.8,v 1.20 2002/07/14 14:42:43 charnier Exp $

from cvs head.

Fix: 

(See description.)
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2002-08-23 17:08:56 UTC
State Changed
From-To: open->feedback

I get 
Not Found 
The requested URL /~ejb/chown-vvflag.diff was not found on this server. 
Apache/2.0.40 Server at firedrake.etherix.com Port 80 
when trying to fetch the patch. 

Can you please send the patch attched in a mail 
to bug-followup@freebsd.org with the subject of 
this mail intact. 



Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2002-08-23 17:08:56 UTC
Responsible Changed
From-To: freebsd-bugs->johan

I will have a look at this.
Comment 3 ejb 2003-02-02 17:13:31 UTC
Hi,

Sorry for the delay in replying to this.  A patch as requested can be found 
attached to this mail.

Regards,
Edward.
Comment 4 Johan Karlsson freebsd_committer freebsd_triage 2003-02-02 17:47:43 UTC
State Changed
From-To: feedback->open

Got the patch. Thanks.
Comment 5 Johan Karlsson freebsd_committer freebsd_triage 2003-04-25 23:26:07 UTC
State Changed
From-To: open->closed

Committed, thanks for the patch.