From: <che...@us...> - 2009-07-07 22:58:30
|
Revision: 693 http://open1x.svn.sourceforge.net/open1x/?rev=693&view=rev Author: chessing Date: 2009-07-07 22:58:28 +0000 (Tue, 07 Jul 2009) Log Message: ----------- More updates for the Linux installer. Modified Paths: -------------- trunk/xsupplicant-build/linux/installer/xsupplicant.xml Modified: trunk/xsupplicant-build/linux/installer/xsupplicant.xml =================================================================== --- trunk/xsupplicant-build/linux/installer/xsupplicant.xml 2009-07-07 02:13:59 UTC (rev 692) +++ trunk/xsupplicant-build/linux/installer/xsupplicant.xml 2009-07-07 22:58:28 UTC (rev 693) @@ -34,10 +34,9 @@ <programArguments>start</programArguments> <workingDirectory>${installdir}</workingDirectory> </runProgram> - <showText> - <text>Please disable any instances of wpa_supplicant or NetworkManager that may be running, or may be started after reboot. They will interfere with the operation of XSupplicant.</text> - <title>Please Disable</title> - </showText> + <showWarning> + <text>Please be sure that you have disabled wpa_supplicant, and Network Manager or XSupplicant will not work properly.</text> + </showWarning> </postInstallationActionList> <preUninstallationActionList> <removeUnixService> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |