X-Git-Url: http://gitweb/?a=blobdiff_plain;f=dcron%2FPkgfile;h=d7e7a076d577314c616d0c6a0d6d4cb2f8ab7d57;hb=cd1d0db800e6e51e4327c35600e9d6afe85ba02e;hp=ab9c4d074b511bc9e6241d055ad73824511ea910;hpb=279a2616337febe144336f8e1129449a225fcde4;p=crossrootfs.git diff --git a/dcron/Pkgfile b/dcron/Pkgfile index ab9c4d0..d7e7a07 100644 --- a/dcron/Pkgfile +++ b/dcron/Pkgfile @@ -1,11 +1,11 @@ # Description: Multi-user cron daemon # URL: http://apollo.backplane.com/FreeSrc # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=dcron -version=4.4 +version=4.5 release=1 source=(http://www.jimpryor.net/linux/releases/$name-$version.tar.gz \ crontab runjobs crond) @@ -16,17 +16,10 @@ build() { make CC=$CC PREFIX=/usr make DESTDIR=$PKG MANDIR=/usr/man CRONTAB_GROUP=users install - install -d $PKG/var/{spool/cron,log} - 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 ln -s ../var/spool/cron/crontabs/root $PKG/etc/crontab install -D -m 755 $SRC/crond $PKG/etc/rc.d/crond install -D -m 755 $SRC/runjobs $PKG/usr/sbin/runjobs - install -d $PKG/etc/cron/{hourly,daily,weekly,monthly} - install -d $PKG/var/log - touch $PKG/var/log/cron - chmod 0640 $PKG/var/log/cron + install -d $PKG/etc/cron/{hourly,daily,weekly,monthly} }