|
Lines 27-32
Link Here
|
| 27 |
Source2: run-crons |
27 |
Source2: run-crons |
| 28 |
Source3: sample.root |
28 |
Source3: sample.root |
| 29 |
Source4: deny.sample |
29 |
Source4: deny.sample |
|
|
30 |
Source5: sysconfig.cron-runcrons |
| 30 |
Patch0: vixie-%name-%version-Makefile.diff |
31 |
Patch0: vixie-%name-%version-Makefile.diff |
| 31 |
Patch1: vixie-%name-%version-pathnames.diff |
32 |
Patch1: vixie-%name-%version-pathnames.diff |
| 32 |
Patch2: vixie-%name-%version-selinux.diff |
33 |
Patch2: vixie-%name-%version-selinux.diff |
|
Lines 93-98
Link Here
|
| 93 |
install -d $RPM_BUILD_ROOT/etc/cron.monthly |
94 |
install -d $RPM_BUILD_ROOT/etc/cron.monthly |
| 94 |
install -d $RPM_BUILD_ROOT/usr/lib/cron |
95 |
install -d $RPM_BUILD_ROOT/usr/lib/cron |
| 95 |
install -o root -g root -m744 %SOURCE2 $RPM_BUILD_ROOT/usr/lib/cron |
96 |
install -o root -g root -m744 %SOURCE2 $RPM_BUILD_ROOT/usr/lib/cron |
|
|
97 |
install -D -m 644 %SOURCE5 $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.cron-runcrons |
| 96 |
install -d $RPM_BUILD_ROOT/etc/init.d |
98 |
install -d $RPM_BUILD_ROOT/etc/init.d |
| 97 |
cp %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/cron |
99 |
cp %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/cron |
| 98 |
chmod 744 $RPM_BUILD_ROOT/etc/init.d/cron |
100 |
chmod 744 $RPM_BUILD_ROOT/etc/init.d/cron |
|
Lines 103-108
Link Here
|
| 103 |
|
105 |
|
| 104 |
%post |
106 |
%post |
| 105 |
%{fillup_and_insserv -psy cron CRON} |
107 |
%{fillup_and_insserv -psy cron CRON} |
|
|
108 |
# used second fillup, because suffix only works with fillup_only, |
| 109 |
# not with fillup_and_insserv |
| 110 |
# (suse package conventions states differently) |
| 111 |
# and sysconfig.cron is already taken by aaa_base |
| 112 |
%{fillup_only -s cron runcrons} |
| 106 |
%run_permissions |
113 |
%run_permissions |
| 107 |
|
114 |
|
| 108 |
%verifyscript |
115 |
%verifyscript |
|
Lines 126-135
Link Here
|
| 126 |
%{_mandir}/man8/cron.8.gz |
133 |
%{_mandir}/man8/cron.8.gz |
| 127 |
%verify(not mode) %attr (4750,root,trusted) /usr/bin/crontab |
134 |
%verify(not mode) %attr (4750,root,trusted) /usr/bin/crontab |
| 128 |
%attr (755,root,root) /usr/sbin/cron |
135 |
%attr (755,root,root) /usr/sbin/cron |
|
|
136 |
/var/adm/fillup-templates/sysconfig.cron-runcrons |
| 129 |
/usr/sbin/rccron |
137 |
/usr/sbin/rccron |
| 130 |
/usr/lib/cron |
138 |
/usr/lib/cron |
| 131 |
|
139 |
|
| 132 |
%changelog -n cron |
140 |
%changelog -n cron |
|
|
141 |
* Sun Nov 27 2005 - joergs@exsuse.de |
| 142 |
- run-crons: use sysconfig to configure, |
| 143 |
if an email and/or syslog messages is generated, |
| 144 |
even if the scripts in cron.{hourly,daily,weekly,monthly} returned no errors |
| 133 |
* Thu Aug 25 2005 - kukuk@suse.de |
145 |
* Thu Aug 25 2005 - kukuk@suse.de |
| 134 |
- Fix permission of installed PAM config file |
146 |
- Fix permission of installed PAM config file |
| 135 |
* Fri Jun 17 2005 - mmj@suse.de |
147 |
* Fri Jun 17 2005 - mmj@suse.de |