From 40568dba339c8175ab48b7865a0bc3d0cd322854 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 19 Aug 2010 20:00:55 +0000 Subject: [PATCH] Display long hostname (e.g. gpok123.endicott.ibm.com) instead of short hostname. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7155 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xCAT-UI.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/xCAT-UI.spec b/xCAT-UI/xCAT-UI.spec index 95d280b75..ab52969ca 100644 --- a/xCAT-UI/xCAT-UI.spec +++ b/xCAT-UI/xCAT-UI.spec @@ -120,7 +120,7 @@ then #echo -e "y\ny\ny" | %{prefix}/share/xcat/scripts/setup-local-client.sh $apacheuser #XCATROOT=%{prefix} %{prefix}/sbin/chtab priority=5 policy.name=$apacheuser policy.rule=allow - echo "To use xCAT-UI, point your browser to http://"`hostname`"/xcat" + echo "To use xCAT-UI, point your browser to http://"`hostname -f`"/xcat" fi if [ "$1" = 1 ] || [ "$1" = 2 ] # initial install, or upgrade and this is the newer rpm