X-Git-Url: http://gitweb/?a=blobdiff_plain;f=dcron%2FPkgfile;h=1b685149fc73f4ab93f173ad071c3ab22f245524;hb=a732b233049c422392cce820c44a4290f360fd20;hp=83b7f05118ba81f2b8fafd08be437882dfe42255;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/dcron/Pkgfile b/dcron/Pkgfile index 83b7f05..1b68514 100644 --- a/dcron/Pkgfile +++ b/dcron/Pkgfile @@ -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} }