Displaying 3 results from an estimated 3 matches for "cad0270".
2009 Jun 04
1
[PATCH node] Hostname is now properly persisted between reboots. rhbz#504166
...igned-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-hostname | 13 ++++++++++---
scripts/ovirt-functions | 11 ++++++++++-
2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/scripts/ovirt-config-hostname b/scripts/ovirt-config-hostname
index cad0270..ac8cdf1 100755
--- a/scripts/ovirt-config-hostname
+++ b/scripts/ovirt-config-hostname
@@ -8,6 +8,13 @@
trap '__st=$?; stop_log; exit $__st' 0
trap 'exit $?' 1 2 13 15
+warn() { printf '%s\n' "$*" >&2; }
+
+if ! is_local_storage_configured; then
+ wa...
2009 Jun 05
1
Patch with modified commit message
This patch is from Chris Curran. I've only modified the commit message
to add clarity.