Hello community, here is the log from the commit of package cronie for openSUSE:Factory checked in at 2020-06-25 16:47:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cronie (Old) and /work/SRC/openSUSE:Factory/.cronie.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cronie" Thu Jun 25 16:47:00 2020 rev:79 rq:816635 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/cronie/cronie.changes 2019-12-11 11:58:54.864894587 +0100 +++ /work/SRC/openSUSE:Factory/.cronie.new.3060/cronie.changes 2020-06-25 16:47:16.752923313 +0200 @@ -1,0 +2,5 @@ +Tue Jun 23 10:38:53 UTC 2020 - Ismail Dönmez <[email protected]> + +- Add an example job definition to sample.root + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cronie.spec ++++++ --- /var/tmp/diff_new_pack.XIR3On/_old 2020-06-25 16:47:17.940925485 +0200 +++ /var/tmp/diff_new_pack.XIR3On/_new 2020-06-25 16:47:17.944925492 +0200 @@ -1,7 +1,7 @@ # # spec file for package cronie # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ sample.root ++++++ --- /var/tmp/diff_new_pack.XIR3On/_old 2020-06-25 16:47:18.040925668 +0200 +++ /var/tmp/diff_new_pack.XIR3On/_new 2020-06-25 16:47:18.040925668 +0200 @@ -3,6 +3,14 @@ MAILTO=root # # check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly -# + +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * user-name command to be executed -*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
