Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2009 11:00:15 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/131569: commit references a PR
Message-ID:  <200902111100.n1BB0F7O056062@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/131569; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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