Skip to content

Commit

Permalink
Merge pull request #186 from yast/fix_fw
Browse files Browse the repository at this point in the history
Fix fw
  • Loading branch information
jreidinger committed Apr 2, 2014
2 parents b02951e + 8dec5ad commit 494177f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package/yast2-network.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 2 11:18:53 UTC 2014 - jreidinger@suse.com

- fix typos in latest change ( found by openqa )
- 3.1.43

-------------------------------------------------------------------
Wed Apr 2 09:22:07 UTC 2014 - jreidinger@suse.com

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


Name: yast2-network
Version: 3.1.42
Version: 3.1.43
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
4 changes: 2 additions & 2 deletions src/clients/firewall_stage1_proposal.rb
Expand Up @@ -76,7 +76,7 @@ def main
SuSEFirewall4Network.SetSshEnabled1stStage(
ProductFeatures.GetBooleanFeature("globals", "firewall_enable_ssh")
)
SuSEFirewall4Network.SetSshdEnabled1stStage(
SuSEFirewall4Network.SetSshdEnabled(
ProductFeatures.GetBooleanFeature("globals", "enable_sshd")
)
end
Expand Down Expand Up @@ -124,7 +124,7 @@ def main
"SSH port will be blocked (<a href=\"%s\">open</a>)"
) % LINK_OPEN_SSH_PORT

sshd_proposal = SuSEFirewall4Network.EnabledSsh ?
sshd_proposal = SuSEFirewall4Network.EnabledSshd ?
_(
"SSH service will be enabled (<a href=\"%s\">disable</a>)"
) % LINK_DISABLE_SSHD
Expand Down

0 comments on commit 494177f

Please sign in to comment.