svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Fri Jan 26 07:02:57 UTC 2007


Author: vda
Date: 2007-01-25 23:02:56 -0800 (Thu, 25 Jan 2007)
New Revision: 17536

Log:
fix option -F mishandling


Modified:
   trunk/busybox/networking/hostname.c


Changeset:
Modified: trunk/busybox/networking/hostname.c
===================================================================
--- trunk/busybox/networking/hostname.c	2007-01-26 07:01:10 UTC (rev 17535)
+++ trunk/busybox/networking/hostname.c	2007-01-26 07:02:56 UTC (rev 17536)
@@ -48,7 +48,7 @@
 		OPT_f = 0x2,
 		OPT_i = 0x4,
 		OPT_s = 0x8,
-		OPT_F = 0x8,
+		OPT_F = 0x10,
 		OPT_dfis = 0xf,
 	};
 




More information about the busybox-cvs mailing list