- --atime is -u. Doh.
This commit is contained in:
parent
e8322dbe44
commit
45c6b9766e
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
flags=-amc
|
||||
flags=-umc
|
||||
/usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x /tmp/.XIM-unix \
|
||||
-x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix 10d /tmp
|
||||
/usr/sbin/tmpwatch "$flags" 30d /var/tmp
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A utility for removing files based on when they were last accessed
|
||||
Name: tmpwatch
|
||||
Version: 2.9.12
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: tmpwatch.daily
|
||||
License: GPL+
|
||||
@ -41,6 +41,9 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) /etc/cron.daily/tmpwatch
|
||||
|
||||
%changelog
|
||||
* Fri Dec 14 2007 Miloslav Trmač <mitr@redhat.com> - 2.9.12-2
|
||||
- --atime is -u. Doh.
|
||||
|
||||
* Fri Dec 14 2007 Miloslav Trmač <mitr@redhat.com> - 2.9.12-1
|
||||
- Fix --nosymlinks description in the man page
|
||||
- Use the maximum of atime, mtime and ctime when checking whether a file is
|
||||
|
||||
Loading…
Reference in New Issue
Block a user