Whamcloud - gitweb
b=21581 change wrong URL
authorJohann Lombardi <johann.lombardi@oracle.com>
Mon, 31 Jan 2011 08:31:01 +0000 (09:31 +0100)
committerJohann Lombardi <johann.lombardi@oracle.com>
Mon, 31 Jan 2011 08:31:01 +0000 (09:31 +0100)
build/autogen.sh

index 888f6f2..fee2479 100644 (file)
@@ -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