I have changed the version format slightly, so if someone is using a custom parser for checking updates, it is likely to fail.
Search Criteria
Package Details: dcron-git 4.5.r9.g6186237-1
Package Actions
| Package Base: | dcron-git |
|---|---|
| Description: | dillon's lightweight cron daemon (Git version). |
| Upstream URL: | http://www.jimpryor.net/linux/dcron.html |
| Category: | daemons |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | None |
| Maintainer: | x33a |
| Last Packager: | x33a |
| Votes: | 2 |
| First Submitted: | 2010-01-06 04:21 |
| Last Updated: | 2015-06-18 05:16 |
Latest Comments
Comment by x33a
Comment by x33a
Adopted package.
Updates:
* changed git repository
* PKGBUILD updated according to pacman 4.1 specifications.
* /usr move.
* added systemd service file.
* removed rc.d script. If you are still using initscripts, please use the following package to get the rc.d script
https://aur.archlinux.org/packages/rcdscripts-aic/
Comment by tuxsavvy
Git repository is now at git://github.com/dubiousjim/dcron. The pkgbuild still points to the old site which redirects (and fails) to github.com/dubiousjim.
Comment by x33a
Fix needed for the /usr move.
Comment by gadget3000
Hi. I think the repo has moved to: https://github.com/profjim/dcron
Source: http://www.jimpryor.net/linux/dcron.html
Anonymous comment
Thanks, fixed in latest master.
Comment by revel
there is an inconsistent usage of pid file name:
extra/crond.logrotate: kill -HUP `cat /var/run/cron.pid`
extra/crond.rc: echo "$PID" > /var/run/crond.pid
please note cron.pid vs crond.pid
result:
cat: /var/run/cron.pid: No such file or directory
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]