- 462252 /etc/sysconfig/crond does not need to be executable
This commit is contained in:
parent
1034fb3344
commit
d8c51adf73
@ -6,7 +6,7 @@
|
|||||||
Summary: Cron daemon for executing programs at set times
|
Summary: Cron daemon for executing programs at set times
|
||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT and BSD
|
License: MIT and BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://fedorahosted.org/cronie
|
URL: https://fedorahosted.org/cronie
|
||||||
@ -76,7 +76,7 @@ mkdir -pm755 $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/
|
|||||||
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/crond
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/crond
|
||||||
%endif
|
%endif
|
||||||
install -m 755 cronie.init $RPM_BUILD_ROOT%{_initrddir}/crond
|
install -m 755 cronie.init $RPM_BUILD_ROOT%{_initrddir}/crond
|
||||||
install -m 755 crond.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/crond
|
install -m 644 crond.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/crond
|
||||||
touch $RPM_BUILD_ROOT%{_sysconfdir}/cron.deny
|
touch $RPM_BUILD_ROOT%{_sysconfdir}/cron.deny
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -125,6 +125,9 @@ cp -a /var/lock/subsys/crond /var/lock/subsys/cronie > /dev/null 2>&1 ||:
|
|||||||
%config(noreplace) %{_sysconfdir}/cron.deny
|
%config(noreplace) %{_sysconfdir}/cron.deny
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 18 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-2
|
||||||
|
- 462252 /etc/sysconfig/crond does not need to be executable
|
||||||
|
|
||||||
* Thu Jun 26 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-1
|
* Thu Jun 26 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.2-1
|
||||||
- update to 1.2
|
- update to 1.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user