From f3ee6644b25dd086d94e1e2519fa51f3b26158b7 Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 30 May 2015 19:07:40 -0700 Subject: [PATCH] Create /var/cron directory at build time. --- rootfs.manifest | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rootfs.manifest b/rootfs.manifest index 59da4be..ab54d51 100644 --- a/rootfs.manifest +++ b/rootfs.manifest @@ -1060,9 +1060,19 @@ dir /var/run file /var/log/messages file /var/log/wtmp +# +# Files: /var/cron +# +default +dirmode 0700 +dir /var/cron +dir /var/cron/tabs + # # Files: /share/man # +default +dirmode 0775 dir /share/man dir /share/man/cat1 dir /share/man/cat2