From 034027d9cd13cd57861d845175ab5b8bee13d375 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Mon, 31 Jan 2011 09:31:01 +0100 Subject: [PATCH] b=21581 change wrong URL --- build/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autogen.sh b/build/autogen.sh index 888f6f2..fee2479 100644 --- a/build/autogen.sh +++ b/build/autogen.sh @@ -34,7 +34,7 @@ error_msg() { Ubuntu) howto "apt-get install $cmd" ;; CentOS|RedHat*|Fedora*) howto "yum install $cmd" ;; SUSE*) howto "yast -i $cmd" ;; - *) echo -e "\nInstallation instructions for the package $cmd on $dist_id are not known.\nIf you know how to install the required package, please file a bug at\njira.whamcloud.com and include your distribution and that the output from:\n\"lsb_release -is\" is: \"$dist_id\"" ;; + *) echo -e "\nInstallation instructions for the package $cmd on $dist_id are not known.\nIf you know how to install the required package, please file a bug at\nbugzilla.lustre.org and include your distribution and that the output from:\n\"lsb_release -is\" is: \"$dist_id\"" ;; esac exit 1 -- 1.8.3.1