search for: ac8cdf1

Displaying 2 results from an estimated 2 matches for "ac8cdf1".

Did you mean: ac0c8df1
2009 Jun 04
1
[PATCH node] Hostname is now properly persisted between reboots. rhbz#504166
...-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 + warn "...
2009 Jun 08
1
Rebased patch...
This is a rebase of the original patch sent.