[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#40499: mcron missing initial directories?
From: |
Ludovic Courtès |
Subject: |
bug#40499: mcron missing initial directories? |
Date: |
Wed, 08 Apr 2020 11:55:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi Danny,
Danny Milosavljevic <address@hidden> skribis:
> $ crontab -e
>
> In unknown file:
> 0 (copy-file "/tmp/crontab.10313" "/var/cron/tabs/dannym")
>
> ERROR: In procedure copy-file:
> In procedure copy-file: No such file or directory
>
> /var/cron doesn't exit either. Maybe we should automatically create
> /var/cron ?
Yes, this should be done in an activation snippet.
Ludo’.