search for: cb96ab5

Displaying 1 result from an estimated 1 matches for "cb96ab5".

Did you mean: cb89bab5
2011 Aug 15
0
[PATCH node] Don't start ntp daemons until networking is started
....system("service ntpd start &> /dev/null") if OVIRT_VARS.has_key("NTP"): log("Testing NTP Configuration") test_ntp_configuration() diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking index cb96ab5..116159e 100755 --- a/scripts/ovirt-config-networking +++ b/scripts/ovirt-config-networking @@ -563,6 +563,7 @@ if ls "$WORKDIR"/augtool-* > /dev/null 2>&1 ; then config="$WORKDIR"/config-augtool cat "$WORKDIR"/augtool-* > $config + echo &quo...