summaryrefslogtreecommitdiff
path: root/doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-19 18:08:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-19 18:08:50 -0400
commitdbb76c22d0f4f979fe90eeeff233dbbbfcf2346d (patch)
tree9b0f1bbb4bb4893bd06cde9c01f21dedfc44fa8e /doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn
parent27325f212bfdf915d16eadfa9fc51b416d4177c0 (diff)
Support using the uuidgen command if the uuid command is not available.
Diffstat (limited to 'doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn')
-rw-r--r--doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn b/doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn
index 83d1ae664..2b9c77367 100644
--- a/doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn
+++ b/doc/bugs/configure_script_should_detect_uuidgen_instead_of_just_uuid.mdwn
@@ -1 +1,6 @@
-On RHEL5 (and clones) systems uuidgen is available as an alternative to uuid, the configure script fails, it should probably detect either uuid or uuidgen, or let the user decide? - also uuidgen behaves differently from uuid on debian.
+On RHEL5 (and clones) systems uuidgen is available as an alternative to
+uuid, the configure script fails, it should probably detect either uuid or
+uuidgen, or let the user decide? - also uuidgen behaves differently from
+uuid on debian.
+
+> uuidgen is now supported. --[[Joey]] [[done]]