Bugzilla – Attachment 329385 Details for
Bug 554556
Print assigned IP address to the console
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
... and the updated patch
yastwc_print_url2.diff (text/plain), 502 bytes, created by
Ladislav Slezák
on 2009-11-25 09:20:01 UTC
(
hide
)
Description:
... and the updated patch
Filename:
MIME Type:
Creator:
Ladislav Slezák
Created:
2009-11-25 09:20:01 UTC
Size:
502 bytes
patch
obsolete
>diff --git a/webclient/package/yastwc b/webclient/package/yastwc >index a1ecf25..57b1db1 100755 >--- a/webclient/package/yastwc >+++ b/webclient/package/yastwc >@@ -194,6 +194,11 @@ case "$1" in > > # Remember status and be verbose > rc_status -v >+ >+ if test "$?" -eq 0; then >+ echo -e "\t${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}\n" >+ fi >+ > ;; > stop) > echo -n "Shutting down yastwc "
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 554556
:
326861
|
328467
|
328609
|
329217
|
329365
|
329366
|
329383
| 329385