FreeBSD Bugzilla – Attachment 8177 Details for
Bug 17232
chown(1) and chgrp(1) do not honor -v flag per documentation - patch included
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 854 bytes, created by
rmukerji
on 2000-03-06 21:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
rmukerji
Created:
2000-03-06 21:20:01 UTC
Size:
854 bytes
patch
obsolete
>Index: chown.c >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/chown/chown.c,v >retrieving revision 1.14 >diff -u -r1.14 chown.c >--- chown.c 1999/11/27 19:25:07 1.14 >+++ chown.c 2000/03/06 21:14:36 >@@ -86,7 +86,7 @@ > ischown = myname[2] == 'o'; > > Hflag = Lflag = Pflag = hflag = 0; >- while ((ch = getopt(argc, argv, "HLPRfh")) != -1) >+ while ((ch = getopt(argc, argv, "HLPRfhv")) != -1) > switch (ch) { > case 'H': > Hflag = 1; >@@ -108,6 +108,9 @@ > break; > case 'h': > hflag = 1; >+ break; >+ case 'v': >+ vflag = 1; > break; > case '?': > default:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17232
: 8177