Finally creating the PowerPC branch. Time to get some local edits out
of here.
Added: branches/powerpc/
_____
Copied: branches/powerpc (from rev 14751, trunk/reactos)
Don't try to discover if we didn't find any interfaces we like. When we
get
PnP, we'll need to do discover when the first interface appears.
Modified: trunk/reactos/subsys/system/dhcp/dhclient.c
_____
Modified: trunk/reactos/subsys/system/dhcp/dhclient.c
--- trunk/reactos/subsys/system/dhcp/dhclient.c 2005-04-23 00:01:37 UTC
(rev 14750)
+++ trunk/reactos/subsys/system/dhcp/dhclient.c 2005-04-23 00:40:44 UTC
(rev 14751)
@@ -161,12 +161,16 @@
DH_DbgPrint(MID_TRACE,("Discover Interfaces\n"));
- /* set up the interface */
- discover_interfaces(ifi);
+ /* If no adapters were found, just idle for now ... If any show
up,
+ * then we'll start it later */
+ if( ifi ) {
+ /* set up the interface */
+ discover_interfaces(ifi);
- DH_DbgPrint
- (MID_TRACE,
- ("Setting init state and restarting interface %p\n",ifi));
+ DH_DbgPrint
+ (MID_TRACE,
+ ("Setting init state and restarting interface
%p\n",ifi));
+ }
bootp_packet_handler = do_packet;
Fix a typo. Spotted by Potapnik.
Modified: trunk/reactos/subsys/system/reactos/Cz.rc
_____
Modified: trunk/reactos/subsys/system/reactos/Cz.rc
--- trunk/reactos/subsys/system/reactos/Cz.rc 2005-04-22 13:54:08 UTC
(rev 14744)
+++ trunk/reactos/subsys/system/reactos/Cz.rc 2005-04-22 14:58:22 UTC
(rev 14745)
@@ -6,7 +6,7 @@
STRINGTABLE DISCARDABLE
BEGIN
IDS_CAPTION "Instalace ReactOS"
- IDS_TEXT "ReactOS nelze instalovat p°Ýmo z tohot CD!\n\n"\
+ IDS_TEXT "ReactOS nelze instalovat p°Ýmo z tohoto CD!\n\n"\
"ProsÝm restartujte poÞÝtaÞ z tohoto CD aby jste
nainstalovali ReactOS."
END