Bugzilla – Attachment #329366: Patch for displaying the URL for bug #554556
# Remember status and be verbose
rc_status -v
if test "$?" -eq 0; then
echo "${done}The WebYaST client service is running at https://"`LC_ALL=C ifconfig eth0 | grep "inet addr" | cut -d ":" -f 2 | cut -d " " -f 1`":54984/${norm}"
fi
;;
stop)
echo -n "Shutting down yastwc "