Displaying 2 results from an estimated 2 matches for "6011cd7".
2010 Mar 10
1
[PATCH] Fixes how o-process-config handles missing field names or values.
...tion payload.
Resolves: rhbz#571556
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-process-config | 27 +++++++++++++++++++++++++--
1 files changed, 25 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt-process-config b/scripts/ovirt-process-config
index 6011cd7..8f6a8b6 100755
--- a/scripts/ovirt-process-config
+++ b/scripts/ovirt-process-config
@@ -9,6 +9,8 @@
ME=$(basename "$0")
warn() { printf '%s: %s\n' "$ME" "$*" >&2; }
+die() { warn "$*"; exit 1; }
+
try_h() { printf "Try \`$ME -h'...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for
relocating files into the make system.