- Silently ignore ENOENT if somebody removes files faster than us (#154960)

- Handle failures to exec fuser
- Fix check for negative grace periods
This commit is contained in:
Miloslav Trmac 2005-04-16 10:57:58 +00:00
parent e0394ca28f
commit dbae58d791
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
tmpwatch-2.9.2.tar.gz
tmpwatch-2.9.3.tar.gz

View File

@ -1 +1 @@
41fea239a57f78edbc5570bc04989674 tmpwatch-2.9.2.tar.gz
68d5251c21b53be645d04d6e6d83e05a tmpwatch-2.9.3.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A utility for removing files based on when they were last accessed.
Name: tmpwatch
Version: 2.9.2
Release: 2
Version: 2.9.3
Release: 1
Source: %{name}-%{version}.tar.gz
License: GPL
Group: System Environment/Base
@ -49,6 +49,11 @@ rm -rf %{buildroot}
%config(noreplace) /etc/cron.daily/tmpwatch
%changelog
* Sat Apr 16 2005 Miloslav Trmac <mitr@redhat.com> - 2.9.3-1
- Silently ignore ENOENT if somebody removes files faster than us (#154960)
- Handle failures to exec fuser
- Fix check for negative grace periods
* Sat Mar 5 2005 Miloslav Trmac <mitr@redhat.com> - 2.9.2-2
- Rebuild with gcc 4