From c1fe58cfdfdb42f75a040442c29defa15c81f626 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 08 Jan 2004 10:37:42 +0000 Subject: Calling scripts on new {Network, Client, Station} works now. Possible substitution values are $SSID, $MAC, $WEP, $CHAN. --- (limited to 'noncore/net/wellenreiter/gui/main.cpp') diff --git a/noncore/net/wellenreiter/gui/main.cpp b/noncore/net/wellenreiter/gui/main.cpp index dd757b5..702a7cc 100644 --- a/noncore/net/wellenreiter/gui/main.cpp +++ b/noncore/net/wellenreiter/gui/main.cpp @@ -121,7 +121,7 @@ int main( int argc, char **argv ) result = QMessageBox::warning( w, " - Wellenreiter II - (dhcp)", QObject::tr( "Restart your dhcp client?" ), QMessageBox::Yes, QMessageBox::No ); if ( result == QMessageBox::Yes ) { - system( QString().sprintf( "dhclient &; udhcpcd &; dhcpcd &" ) ); + ::system( QString().sprintf( "dhclient &; udhcpcd &; dhcpcd &" ) ); } } -- cgit v0.9.0.2