| Anonymous | Login | Signup for a new account | 11-10-2008 11:09 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001139 | [BusyBox] Standards Compliance | minor | always | 12-29-06 18:54 | 01-03-07 12:07 | ||||
| Reporter | rockeychu | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0001139: "chown" can't process "uname.gname" as before | ||||||||
| Description |
I know it could be deprecated soon after, but for compatible consideration, it can be corrected with following patch: Index: coreutils/chown.c =================================================================== --- coreutils/chown.c (revision 17103) +++ coreutils/chown.c (working copy) @@ -68,6 +68,7 @@ if (!groupName) { groupName = strchr(*argv, ':'); } + else groupName[0] = ':'; /* replace '.' with ':' */ /* First, try parsing "user[:[group]]" */ if (!groupName) { /* "user" */ |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |