Skip to content

Commit

Permalink
FATE#320363 Install and enable xrdp by default
Browse files Browse the repository at this point in the history
When using the rdp proposal activate is the default.
  • Loading branch information
varkoly committed Jul 13, 2016
1 parent 2185759 commit ac70eb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 6 additions & 0 deletions package/yast2-rdp.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 13 13:23:57 UTC 2016 - varkoly@suse.com

- FATE#320363 Install and enable xrdp by default
When using the rdp proposal activate is the default.

-------------------------------------------------------------------
Tue Jun 21 04:47:51 UTC 2016 - varkoly@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-rdp.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-rdp
Version: 3.1.1
Version: 3.1.2
Release: 0
License: GPL-2.0
Group: System/YaST
Expand Down
7 changes: 1 addition & 6 deletions src/modules/RDP.rb
Expand Up @@ -38,12 +38,7 @@ def main
def Reset
@already_proposed = true

# Bugzilla #135605 - enabling Remote Administration when installing using VNC
if Linuxrc.vnc
@allow_administration = true
else
@allow_administration = false
end
@allow_administration = true
Builtins.y2milestone(
"Remote Administration was proposed as: %1",
@allow_administration ? "enabled" : "disabled"
Expand Down

0 comments on commit ac70eb5

Please sign in to comment.