summaryrefslogtreecommitdiff
path: root/dcron/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-11-19 10:45:51 +0100
committerJuergen Daubert <jue@jue.li>2008-11-19 10:45:51 +0100
commit17e7860d025851087260c2cecb454c58b54b02e3 (patch)
tree0dc9108c781a19fadf037bd30268a0ccf3b43da2 /dcron/Pkgfile
parent22c9f1ce6c906f6c5c84065490ba38645a272668 (diff)
downloadcore-17e7860d025851087260c2cecb454c58b54b02e3.tar.gz
core-17e7860d025851087260c2cecb454c58b54b02e3.tar.xz
dcron: added support for hourly tasks
Diffstat (limited to 'dcron/Pkgfile')
-rw-r--r--dcron/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcron/Pkgfile b/dcron/Pkgfile
index 22e9d3c9..3ec2cb51 100644
--- a/dcron/Pkgfile
+++ b/dcron/Pkgfile
@@ -4,7 +4,7 @@
name=dcron
version=3.2
-release=1
+release=2
source=(http://apollo.backplane.com/FreeSrc/dcron32.tgz \
crontab runjobs crond $name-$version.patch)
@@ -16,7 +16,7 @@ build() {
make DESTDIR=$PKG install
install -d $PKG/var/{spool/cron,log}
- install -d $PKG/etc/{cron.d,cron/{daily,weekly,monthly}}
+ install -d $PKG/etc/{cron.d,cron/{hourly,daily,weekly,monthly}}
install -d -m 700 $PKG/var/spool/cron/crontabs
install -m 600 $SRC/crontab $PKG/var/spool/cron/crontabs/root

Generated by cgit