Accepting request 914954 from home:dspinella:branches:Base:System
- Change default configuration to use run-parts from debianutils instead of run-crons OBS-URL: https://build.opensuse.org/request/show/914954 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=196
This commit is contained in:
parent
17d117bb6f
commit
c11bb00761
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 30 07:18:09 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
- Change default configuration to use run-parts from debianutils
|
||||||
|
instead of run-crons
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 8 20:33:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat May 8 20:33:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ BuildRequires: pkgconfig(systemd)
|
|||||||
Requires: mail
|
Requires: mail
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(post): permissions
|
Requires(post): permissions
|
||||||
|
Requires(post): debianutils
|
||||||
Requires(pre): cron
|
Requires(pre): cron
|
||||||
Suggests: mailx
|
Suggests: mailx
|
||||||
Conflicts: cron <= 4.1
|
Conflicts: cron <= 4.1
|
||||||
|
@ -12,5 +12,8 @@ MAILTO=root
|
|||||||
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
|
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
|
||||||
# | | | | |
|
# | | | | |
|
||||||
# * * * * * user-name command to be executed
|
# * * * * * user-name command to be executed
|
||||||
-*/15 * * * * root test -x /usr/libexec/cron/run-crons && /usr/libexec/cron/run-crons >/dev/null 2>&1
|
@hourly root run-parts /etc/cron.hourly
|
||||||
|
@daily root run-parts /etc/cron.daily
|
||||||
|
@weekly root run-parts /etc/cron.weekly
|
||||||
|
@monthly root run-parts /etc/cron.monthly
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user