bin/131569: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Feb 11 03:00:15 PST 2009


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/131569: commit references a PR
Date: Wed, 11 Feb 2009 10:50:42 +0000 (UTC)

 Author: maxim
 Date: Wed Feb 11 10:50:26 2009
 New Revision: 188481
 URL: http://svn.freebsd.org/changeset/base/188481
 
 Log:
   o Print an octal representation of suid, sgid and sticky bits with -x flag.
   
   PR:		bin/131569
   Submitted by:	Jaakko Heinonen
   Reported by:	Yannick Cadin
   MFC after:	1 week
 
 Modified:
   head/usr.bin/stat/stat.c
 
 Modified: head/usr.bin/stat/stat.c
 ==============================================================================
 --- head/usr.bin/stat/stat.c	Wed Feb 11 10:29:45 2009	(r188480)
 +++ head/usr.bin/stat/stat.c	Wed Feb 11 10:50:26 2009	(r188481)
 @@ -108,7 +108,7 @@ __FBSDID("$FreeBSD$");
  #define LINUX_FORMAT \
  	"  File: \"%N\"%n" \
  	"  Size: %-11z  FileType: %HT%n" \
 -	"  Mode: (%04OLp/%.10Sp)         Uid: (%5u/%8Su)  Gid: (%5g/%8Sg)%n" \
 +	"  Mode: (%OMp%03OLp/%.10Sp)         Uid: (%5u/%8Su)  Gid: (%5g/%8Sg)%n" \
  	"Device: %Hd,%Ld   Inode: %i    Links: %l%n" \
  	"Access: %Sa%n" \
  	"Modify: %Sm%n" \
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list