From mboxrd@z Thu Jan 1 00:00:00 1970 From: kupcevic@sourceware.org Date: 2 Nov 2006 00:23:29 -0000 Subject: [Cluster-devel] conga/luci/init.d luci Message-ID: <20061102002329.28707.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: kupcevic at sourceware.org 2006-11-02 00:23:28 Modified files: luci/init.d : luci Log message: luci init: display URL to access luci at status report Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/init.d/luci.diff?cvsroot=cluster&r1=1.11&r2=1.12 --- conga/luci/init.d/luci 2006/10/05 15:01:39 1.11 +++ conga/luci/init.d/luci 2006/11/02 00:23:28 1.12 @@ -203,7 +203,8 @@ system_running rtrn=$? if [ "1$rtrn" = "10" ] ; then - echo "$ID is running..." + echo "$ID is running..." + echo "$ID listens on port $LUCI_HTTPS_PORT; accessible using url $LUCI_URL" else echo "$ID is stopped" fi