From e1a9254211b885e6e44538e53dc3f9f341f261f0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 12 Jul 2013 11:19:01 +0000 Subject: main/alpine-baselayout: upgrade to 2.3.0 and refactor - host the entire project in aports directly. We will most likely have any changes directly so it does not make sense to host it in separate git repository - set permissions on /etc/shadow on post-install/upgrade - remove floppy and /proc/bus/usb from /etc/fstab - remove qmail user and group. we dont have qmail --- main/alpine-baselayout/crontab | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main/alpine-baselayout/crontab (limited to 'main/alpine-baselayout/crontab') diff --git a/main/alpine-baselayout/crontab b/main/alpine-baselayout/crontab new file mode 100644 index 000000000..fd8acd8b9 --- /dev/null +++ b/main/alpine-baselayout/crontab @@ -0,0 +1,8 @@ +# do daily/weekly/monthly maintenance +# min hour day month weekday command +*/15 * * * * run-parts /etc/periodic/15min +0 * * * * run-parts /etc/periodic/hourly +0 2 * * * run-parts /etc/periodic/daily +0 3 * * 6 run-parts /etc/periodic/weekly +0 5 1 * * run-parts /etc/periodic/monthly + -- cgit v1.2.3