| Anonymous | Login | Signup for a new account | 11-10-2008 11:10 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 | ||||
| 0001177 | [BusyBox] Networking Support | major | always | 01-25-07 17:57 | 01-25-07 23:03 | ||||
| Reporter | rockeychu | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001177: Patch for hostname.c to solve configure of hostname by file | ||||||||
| Description |
This bug just introduced in Revision 17517. Without this patch, you can't set hostname by file. Patch as following: Index: networking/hostname.c =================================================================== --- networking/hostname.c (revision 17534) +++ networking/hostname.c (working copy) @@ -48,7 +48,7 @@ OPT_f = 0x2, OPT_i = 0x4, OPT_s = 0x8, - OPT_F = 0x8, + OPT_F = 0x10, OPT_dfis = 0xf, }; |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |