BusyBox Bug and Patch Tracking
BusyBox
  

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

- Relationships

- Notes
(0002051)
vda
01-25-07 23:03

fixed in rev 17536, thanks
 

- Issue History
Date Modified Username Field Change
01-25-07 17:57 rockeychu New Issue
01-25-07 17:57 rockeychu Status new => assigned
01-25-07 17:57 rockeychu Assigned To  => BusyBox
01-25-07 23:03 vda Status assigned => closed
01-25-07 23:03 vda Note Added: 0002051
01-25-07 23:03 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker