Displaying 7 results from an estimated 7 matches for "ec154c2".
Did you mean:
e5e54c2
2009 Dec 07
1
Rebased...
This version of the patch was rebased to go on top of recent changes committed
to ovirt-config-networking on next.
2010 Jan 14
0
[PATCH] Presents duplicate DNS and NTP server entries.
...e <dpierce at redhat.com>
---
scripts/ovirt-config-networking | 41 ++++++++++++++++++++++++--------------
scripts/ovirt-functions | 7 ++++++
2 files changed, 33 insertions(+), 15 deletions(-)
diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index ec154c2..1342a0a 100755
--- a/scripts/ovirt-config-networking
+++ b/scripts/ovirt-config-networking
@@ -358,7 +358,8 @@ function configure_dns
while true; do
printf "\n"
read -ep "Please enter the ${dns} DNS server (or EN...
2010 Jan 14
1
Ignore that last patch...
The first line of the comment had a typo in it.
2010 Jan 18
1
Refactored patch...
This patch supercedes the previous and includes fixes based on feedback
from apevec. Duplicate checks now check the whole address, so substrings
won't cause false positives.
2010 Jan 18
1
Fixed a karg issue...
I missed one situation in the last patch. It wasn't properly handling
the karg for NTP. This patch fixes that.
2010 Feb 11
3
[PATCH node] remove ipv4 validation for ntp and rely on actual ntp verification
---
scripts/ovirt-config-networking | 13 ++++++-------
scripts/ovirt-functions | 16 ++++++++++++++++
2 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/scripts/ovirt-config-networking b/scripts/ovirt-config-networking
index ec154c2..40a2d2c 100755
--- a/scripts/ovirt-config-networking
+++ b/scripts/ovirt-config-networking
@@ -414,12 +414,7 @@ function configure_ntp
read -ep "Enter an NTP server (hit return when finished): "
if [ -z "$REPLY" ]; then break; fi
-
- if is_v...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for
relocating files into the make system.