[PC-BSD Commits] r673 - pcbsd/trunk/NetworkManager
svn at pcbsd.org
svn at pcbsd.org
Thu Sep 6 04:50:12 PDT 2007
Author: tim
Date: 2007-09-06 04:50:12 -0700 (Thu, 06 Sep 2007)
New Revision: 673
Modified:
pcbsd/trunk/NetworkManager/networkman.ui.h
Log:
Ensure hostname is immediately changed when changes are applied in NetworkManager
Modified: pcbsd/trunk/NetworkManager/networkman.ui.h
===================================================================
--- pcbsd/trunk/NetworkManager/networkman.ui.h 2007-09-05 22:12:23 UTC (rev 672)
+++ pcbsd/trunk/NetworkManager/networkman.ui.h 2007-09-06 11:50:12 UTC (rev 673)
@@ -637,6 +637,8 @@
void NetworkMan::restartNetwork()
{
+ //Set the hostname
+ runCommand("hostname " + lineHostname->text());
restartDialog= new restartPopup(this);
restartDialog->init();
More information about the Commits
mailing list