[yast-commit] [yast/yast-registration] dc7d01: do not block registration browser via SSH
Branch: refs/heads/master Home: https://github.com/yast/yast-registration Commit: dc7d011dc5726e89783c130cdffb303f59c35c4f https://github.com/yast/yast-registration/commit/dc7d011dc5726e89783c130cdff... Author: J. Daniel Schmidt <jdsn@suse.de> Date: 2012-08-31 (Fri, 31 Aug 2012) Changed paths: M src/clients/inst_suse_register.ycp Log Message: ----------- do not block registration browser via SSH Fixes: bnc#179614 and bnc#718334 Sometimes it happened that a registration browser was blocked when running YaST2 via SSH. The cause of that issue was a call of the 'hostname -s' command. If the hostname is not set properly in a system this errors out and the Xauthority file can not be created. This fix solves this issue by only calling 'hostname' and stripping out the hostname manually (in case it falsely contains a domain name). Commit: a66e2f8ab36d9063ea07ef2041fd4fa58b5dceac https://github.com/yast/yast-registration/commit/a66e2f8ab36d9063ea07ef2041f... Author: J. Daniel Schmidt <jdsn@suse.de> Date: 2012-08-31 (Fri, 31 Aug 2012) Changed paths: M package/yast2-registration.changes Log Message: ----------- changes: do not block registration browser via SSH Compare: https://github.com/yast/yast-registration/compare/91673dbe7cc2...a66e2f8ab36...
participants (1)
-
GitHub