auto-import changelog data from tmpwatch-2.7.4-1.src.rpm
Tue Jul 03 2001 Preston Brown <pbrown@redhat.com> 2.7.4-1 - fix typo in cron script
This commit is contained in:
parent
bd3e212294
commit
89dd58ab6e
@ -1 +1 @@
|
||||
tmpwatch-2.7.3.tar.gz
|
||||
tmpwatch-2.7.4.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
96f4442387675b052e148f8503e7c662 tmpwatch-2.7.3.tar.gz
|
||||
781d49a347be3a06b9e2540fbb6ed8e8 tmpwatch-2.7.4.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: A utility for removing files based on when they were last accessed.
|
||||
Name: tmpwatch
|
||||
Version: 2.7.3
|
||||
Version: 2.7.4
|
||||
Release: 1
|
||||
Source: tmpwatch-%{version}.tar.gz
|
||||
Copyright: GPL
|
||||
@ -32,8 +32,8 @@ make PREFIX=%{buildroot} MANDIR=%{_mandir} install
|
||||
>> ./etc/cron.daily/tmpwatch
|
||||
echo '/usr/sbin/tmpwatch 720 /var/tmp' \
|
||||
>> ./etc/cron.daily/tmpwatch
|
||||
echo 'for d in /var/{cache/man,catman}/{X11R6/cat?,cat?,local/cat?}; do \
|
||||
[ -d $d ] && /usr/sbin/tmpwatch -f 240 $d \
|
||||
echo 'for d in /var/{cache/man,catman}/{X11R6/cat?,cat?,local/cat?}; do
|
||||
[ -d $d ] && /usr/sbin/tmpwatch -f 240 $d
|
||||
done' \
|
||||
>> ./etc/cron.daily/tmpwatch
|
||||
chmod +x ./etc/cron.daily/tmpwatch
|
||||
@ -49,6 +49,9 @@ rm -rf %{buildroot}
|
||||
%config /etc/cron.daily/tmpwatch
|
||||
|
||||
%changelog
|
||||
* Tue Jul 3 2001 Preston Brown <pbrown@redhat.com> 2.7.4-1
|
||||
- fix typo in cron script
|
||||
|
||||
* Mon Jul 2 2001 Preston Brown <pbrown@redhat.com>
|
||||
- better checking for directory existence cleaning man cache dirs (#44117)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user