Commit 409a032c authored by Franco Fichtner's avatar Franco Fichtner

rc: fix /var MFS for crontab entries

parent 74c6a36c
...@@ -173,7 +173,7 @@ fi ...@@ -173,7 +173,7 @@ fi
# make some directories in /var # make some directories in /var
mkdir -p /var/run /var/log /var/etc /var/db/entropy /var/at/jobs \ mkdir -p /var/run /var/log /var/etc /var/db/entropy /var/at/jobs \
/var/empty /var/tmp /var/crash /var/empty /var/tmp /var/crash /var/cron/tabs
# work around the fact that shutdown(8) doesn't clean up this file # work around the fact that shutdown(8) doesn't clean up this file
rm -f /var/run/nologin rm -f /var/run/nologin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment