Mailinglist Archive: yast-commit (1212 mails)
| < Previous | Next > |
[yast-commit] r50777 - /trunk/audit-laf/src/complex.ycp
- From: gs@xxxxxxxxxxxxxxxx
- Date: Mon, 08 Sep 2008 08:23:40 -0000
- Message-id: <20080908082340.F1F2F26E29@xxxxxxxxxxxxxxxx>
Author: gs
Date: Mon Sep 8 10:23:40 2008
New Revision: 50777
URL: http://svn.opensuse.org/viewcvs/yast?rev=50777&view=rev
Log:
no return value from Report::Warning
Modified:
trunk/audit-laf/src/complex.ycp
Modified: trunk/audit-laf/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/audit-laf/src/complex.ycp?rev=50777&r1=50776&r2=50777&view=diff
==============================================================================
--- trunk/audit-laf/src/complex.ycp (original)
+++ trunk/audit-laf/src/complex.ycp Mon Sep 8 10:23:40 2008
@@ -37,7 +37,6 @@
import "Confirm";
import "AuditLaf";
-
include "audit-laf/helps.ycp";
/**
@@ -349,7 +348,7 @@
foreach ( string rule, rules_list, {
if ( regexpmatch( rule, "^[ /t]*-e[ /t]*2" ) )
{
- boolean yes = Report::Warning( _("Lock is set in
audit.rules (-e 2).\n
+ Report::Warning( _("Lock is set in audit.rules (-e 2).\n
It doesn't make sense to continue, because the rules would
be locked until next boot.") );
go_on = false;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Sep 8 10:23:40 2008
New Revision: 50777
URL: http://svn.opensuse.org/viewcvs/yast?rev=50777&view=rev
Log:
no return value from Report::Warning
Modified:
trunk/audit-laf/src/complex.ycp
Modified: trunk/audit-laf/src/complex.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/audit-laf/src/complex.ycp?rev=50777&r1=50776&r2=50777&view=diff
==============================================================================
--- trunk/audit-laf/src/complex.ycp (original)
+++ trunk/audit-laf/src/complex.ycp Mon Sep 8 10:23:40 2008
@@ -37,7 +37,6 @@
import "Confirm";
import "AuditLaf";
-
include "audit-laf/helps.ycp";
/**
@@ -349,7 +348,7 @@
foreach ( string rule, rules_list, {
if ( regexpmatch( rule, "^[ /t]*-e[ /t]*2" ) )
{
- boolean yes = Report::Warning( _("Lock is set in
audit.rules (-e 2).\n
+ Report::Warning( _("Lock is set in audit.rules (-e 2).\n
It doesn't make sense to continue, because the rules would
be locked until next boot.") );
go_on = false;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |