View | Details | Raw Unified | Return to bug 554556
Collapse All | Expand All

(-)a/webclient/package/yastwc (+5 lines)
Lines 194-199 case "$1" in Link Here
194
194
195
	# Remember status and be verbose
195
	# Remember status and be verbose
196
	rc_status -v
196
	rc_status -v
197
	
198
	if test "$?" -eq 0; then
199
	    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}"
200
	fi
201
197
	;;
202
	;;
198
    stop)
203
    stop)
199
	echo -n "Shutting down yastwc "
204
	echo -n "Shutting down yastwc "

Return to bug 554556