|
@@ -4,7 +4,7 @@
|
|
%bcond_without inotify
|
|
%bcond_without inotify
|
|
|
|
|
|
%define ver 1.4.11
|
|
%define ver 1.4.11
|
|
-%define rel 1
|
|
+%define rel 2
|
|
|
|
|
|
Summary: Cron daemon for executing programs at set times
|
|
Summary: Cron daemon for executing programs at set times
|
|
Name: cronie
|
|
Name: cronie
|
|
@@ -159,6 +159,9 @@ if [ "$1" -ge "1" ]; then
|
|
/sbin/service crond condrestart >/dev/null 2>&1 || :
|
|
/sbin/service crond condrestart >/dev/null 2>&1 || :
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
+%triggerpostun -- vixie-cron
|
|
|
|
+/sbin/chkconfig --add crond
|
|
|
|
+
|
|
%files
|
|
%files
|
|
%doc AUTHORS COPYING INSTALL README ChangeLog
|
|
%doc AUTHORS COPYING INSTALL README ChangeLog
|
|
%attr(755,root,root) %{_sbindir}/crond
|
|
%attr(755,root,root) %{_sbindir}/crond
|
|
@@ -192,6 +195,9 @@ fi
|
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 26 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.11-2
|
|
|
|
+- run chkconfig for vixie-cron in triggerpostun script
|
|
|
|
+
|
|
* Thu Jun 26 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.11-1
|
|
* Thu Jun 26 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.4.11-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|