Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  5 Aug 2002 15:18:24 +0100 (BST)
From:      Edward Brocklesby <nighthawk@unrealircd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/41341: "-vv" (very verbose) flag for chown
Message-ID:  <20020805141824.6110271E@firedrake.etherix.com>

next in thread | raw e-mail | index | archive | help

>Number:         41341
>Category:       bin
>Synopsis:       "-vv" (very verbose) flag for chown
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 05 07:30:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edward Brocklesby
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD firedrake.internal 4.6-STABLE FreeBSD 4.6-STABLE #1: Wed Jul 17 18:43:50 BST 2002 root@firedrake.internal:/usr/obj/usr/src/sys/FIREDRAKE i386

>Description:

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.

>How-To-Repeat:
>Fix:
(See description.)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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