[PC-BSD Commits] r9790 - pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager
svn at pcbsd.org
svn at pcbsd.org
Mon Mar 28 10:44:12 PDT 2011
Author: kris
Date: 2011-03-28 10:44:12 -0700 (Mon, 28 Mar 2011)
New Revision: 9790
Modified:
pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.cpp
Log:
Fixed bug adding wlan[0-9] device
Modified: pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.cpp 2011-03-28 17:02:24 UTC (rev 9789)
+++ pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.cpp 2011-03-28 17:44:12 UTC (rev 9790)
@@ -162,7 +162,7 @@
}
// Create our script to setup the child wlan device
- system("pc-su -d sh " + tmpfile.fileName().toLatin1());
+ system("sh " + tmpfile.fileName().toLatin1());
// re-start the device detection process
QTimer::singleShot(100, this, SLOT(detectDev()));
More information about the Commits
mailing list