summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-process/fcron: make check_system_crontabs musl friendlyAnthony G. Basile2018-02-051-0/+24
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-process/fcron: Add support for /etc/conf.d/fcron (bug #622990)Thomas Deutschmann2017-07-252-0/+107
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sys-process/fcron: Cleanup oldThomas Deutschmann2017-06-072-78/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-284-4/+0
| | | | Bug: 611234
* sys-process/fcron: runscript: Make shellcheck happyThomas Deutschmann2016-11-191-3/+3
| | | | | | Further POSIX improvements. Package-Manager: portage-2.3.2
* sys-process/fcron: Bashism in runscript removedThomas Deutschmann2016-11-191-5/+31
| | | | | | | | | | | | | With the previous bump 531e27c45e1 I have accidentally introduced bashisms into the runscript which are now removed. (Bug #600228) This revision also introduces a sanity check for multi instances to make sure that they don't use the default values so that they don't clash with the default instance. Gentoo-Bug: https://bugs.gentoo.org/600228 Package-Manager: portage-2.3.2
* sys-process/fcron: Bumped to v3.2.1Thomas Deutschmann2016-11-173-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EBuild changes: =============== - Migrated to EAPI=6. - Automagic on sys-process/audit removed. (Bug #540446) - Previously we did only install cronjobs which remove lastrun lock files however we did not install a cronjob which actually called "run-crons" in the default systab when using USE=-system-crontab with the result that we never actually executed any cronjob from /etc/cron.{hourly,daily,weekly,monthly}. This was fixed by adding the missing job. (Bug #464278) - Default systab rewritten to clarify the purpose of /etc/crontab when the package was built with USE=system-crontab. (Bug #466900, #467316) - Systab commands are now using absolute path. (Bug #525242) - OpenRC runscript updated - Shebang updated to use openrc-run. (Bug #573846) - Multi instance support fixed which was broken due to missing quotes in getconfig(). (Bug #520264, #533786) - Runscript now "use clock" instead of "need clock". (Bug #546138) - Runscript is now more reliable because it waits 1000ms per default to ensure that fcron daemon is really up and running and has not terminated due to a problem. Gentoo-Bug: https://bugs.gentoo.org/464278 Gentoo-Bug: https://bugs.gentoo.org/466900 Gentoo-Bug: https://bugs.gentoo.org/467316 Gentoo-Bug: https://bugs.gentoo.org/520264 Gentoo-Bug: https://bugs.gentoo.org/525242 Gentoo-Bug: https://bugs.gentoo.org/533786 Gentoo-Bug: https://bugs.gentoo.org/540446 Gentoo-Bug: https://bugs.gentoo.org/546138 Gentoo-Bug: https://bugs.gentoo.org/573846 Package-Manager: portage-2.3.2
* sys-process/fcron: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+99
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed