diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-07 19:21:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-07 19:21:09 (GMT) |
commit | 31241d8ab04062f0fae61441cbd6c8de3dc1b660 (patch) | |
tree | 7c34efb8e386147cb2614c79dac46b14fbb150c2 /abs/core/dcron/PKGBUILD | |
parent | db5e198de1e368a2202460089f9d00a52947d4f6 (diff) | |
download | linhes_pkgbuild-31241d8ab04062f0fae61441cbd6c8de3dc1b660.zip linhes_pkgbuild-31241d8ab04062f0fae61441cbd6c8de3dc1b660.tar.gz linhes_pkgbuild-31241d8ab04062f0fae61441cbd6c8de3dc1b660.tar.bz2 |
dcron: add a new dir to run cron jobs every 10 minutes.
Scripts placed in this dir should not in .sh if they are then run-parts will ignore it.
Diffstat (limited to 'abs/core/dcron/PKGBUILD')
-rw-r--r-- | abs/core/dcron/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/dcron/PKGBUILD b/abs/core/dcron/PKGBUILD index 61999c9..0003bf7 100644 --- a/abs/core/dcron/PKGBUILD +++ b/abs/core/dcron/PKGBUILD @@ -2,7 +2,7 @@ pkgname=dcron pkgver=4.4 -pkgrel=2 +pkgrel=3 pkgdesc="dillon's lightweight cron daemon" arch=(i686 x86_64) license=('GPL') |