Editing symlinks.
This commit is contained in:
parent
3efe7b52e2
commit
282b2909c1
@ -1,7 +1,7 @@
|
||||
Summary: Root crontab files used to schedule the execution of programs.
|
||||
Name: crontabs
|
||||
Version: 1.10
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
Source0: crontab
|
||||
@ -28,7 +28,8 @@ mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||
install -m644 $RPM_SOURCE_DIR/crontab $RPM_BUILD_ROOT/etc/crontab
|
||||
install -m755 $RPM_SOURCE_DIR/run-parts $RPM_BUILD_ROOT/usr/bin/run-parts
|
||||
install -m755 $RPM_SOURCE_DIR/000-delay.cron $RPM_BUILD_ROOT/etc/cron.daily/000-delay.cron
|
||||
ln -s ./etc/cron.daily/000-delay.cron $RPM_BUILD_ROOT/etc/cron.weekly/000-delay.cron
|
||||
ln -s ../cron.daily/000-delay.cron $RPM_BUILD_ROOT/etc/cron.weekly/000-delay.cron
|
||||
ln -s ../cron.daily/000-delay.cron $RPM_BUILD_ROOT/etc/cron.monthly/000-delay.cron
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -43,8 +44,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /etc/cron.monthly
|
||||
%dir /etc/cron.daily/000-delay.cron
|
||||
%dir /etc/cron.weekly/000-delay.cron
|
||||
%dir /etc/cron.monthly/000-delay.cron
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-12
|
||||
- link daily,weekly,monthly
|
||||
- rhbz#224687
|
||||
|
||||
* Wed Jan 24 2007 Marcela Maslanova <mmaslano@redhat.com> 1.10-11
|
||||
- crontabs should ignore Cfengine files, rebuilt
|
||||
- Resolves: rhbz#223472
|
||||
|
Loading…
Reference in New Issue
Block a user