- Resolves: #426857 is report cdrom "disk full" necessary
--------------------
This commit is contained in:
parent
041ac78b53
commit
e0b060aebd
@ -5,7 +5,7 @@
|
||||
my $use = $fields[4];
|
||||
$use =~ s/%//;
|
||||
- if ($use > $diskfull_threshhold)
|
||||
+ if (($use > $diskfull_threshhold) && ($fields[0] !~ /\/dev\/scd/ ))
|
||||
+ if (($use > $diskfull_threshhold) && ($fields[0] !~ /\/dev\/scd/ ) && ($fields[0] !~ /\/dev\/sr/ ))
|
||||
{
|
||||
print "$fields[0] => $fields[4] Used. Warning. Disk Filling up.\n";
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.6
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -176,6 +176,10 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES
|
||||
|
||||
%changelog
|
||||
* Wed Jan 2 2008 Ivana Varekova <varekova@redhat.com> 7.3.6-13
|
||||
- Resolves: #426857
|
||||
is report cdrom "disk full" necessary
|
||||
|
||||
* Thu Nov 22 2007 Ivana Varekova <varekova@redhat.com> 7.3.6-13
|
||||
- fix pam_unix script output (#389311)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user