[yast-commit] [yast/yast-registration] dd22b5: do not block registration browser via SSH
Branch: refs/heads/Code-11-SP1 Home: https://github.com/yast/yast-registration Commit: dd22b5da78f12016fc6754dd66888e19c5b23c16 https://github.com/yast/yast-registration/commit/dd22b5da78f12016fc6754dd668... 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: 270de2b95406b36346556a52fbada68d3e0290fd https://github.com/yast/yast-registration/commit/270de2b95406b36346556a52fba... Author: J. Daniel Schmidt <jdsn@suse.de> Date: 2012-08-31 (Fri, 31 Aug 2012) Changed paths: M VERSION M package/yast2-registration.changes Log Message: ----------- changes: do not block registration browser via SSH Compare: https://github.com/yast/yast-registration/compare/f18936c1b353...270de2b9540...
participants (1)
-
GitHub