Skip to content

Commit

Permalink
Merge pull request #3 from kobliha/Code-11-SP3
Browse files Browse the repository at this point in the history
Do not block squid configuration if SuSEfirewall can't be read
  • Loading branch information
kobliha committed Apr 19, 2013
2 parents e7fee25 + d059f70 commit 1878a1b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.11
2.17.12
7 changes: 7 additions & 0 deletions package/yast2-squid.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 18 16:54:12 CEST 2013 - locilka@suse.com

- Do not block squid configuration if SuSEfirewall can't be read
(bnc#808722)
- 2.17.12

-------------------------------------------------------------------
Fri Feb 26 12:28:31 CET 2010 - jsrain@suse.cz

Expand Down
5 changes: 3 additions & 2 deletions src/Squid.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,9 @@ global boolean Read() {

Progress::set(false);
if (!SuSEFirewall::Read()){
ok = false;
Report::Error(_("Cannot read firewall settings."));
// bnc#808722: yast2 squid fail if SuSEfirewall in not installed
// other or no firewall can be installed
y2warning("Cannot read firewall settings.");
}
Progress::set(true);
Progress::NextStage();
Expand Down
2 changes: 1 addition & 1 deletion yast2-squid.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BuildRequires: yast2-testsuite yast2-core-devel boost-devel gcc-c++
Summary: Configuration of squid

%description
-
Configuration of squid

@PREP@

Expand Down

0 comments on commit 1878a1b

Please sign in to comment.