Displaying 2 results from an estimated 2 matches for "50d4624".
Did you mean:
064624
2011 Aug 15
0
[PATCH node] Don't start ntp daemons until networking is started
...ager-tui pointer file to .pyc version
sed -i "s/tui.py/tui.pyc/g" /usr/bin/virt-manager-tui
+
+#set NETWORKING off by default
+augtool << \EOF_NETWORKING
+set /files/etc/sysconfig/network/NETWORKING no
+save
+EOF_NETWORKING
diff --git a/scripts/network.py b/scripts/network.py
index 50d4624..ea16212 100644
--- a/scripts/network.py
+++ b/scripts/network.py
@@ -184,6 +184,9 @@ class Network:
elif offset == 2:
augtool("set", "/files/etc/ntp.conf/server[2]", server)
offset = offset + 1
+ os.system("...
2011 Aug 11
1
[PATCH] fix augtool calls
parse input augtool strings to oper,key,value
---
scripts/network.py | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/scripts/network.py b/scripts/network.py
index f51ee7c..65b551c 100644
--- a/scripts/network.py
+++ b/scripts/network.py
@@ -165,11 +165,11 @@ class Network:
ntpconf = ntpconf.split("\n")
for line