OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
cron
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/22/2024 08:17:31 AM
rwxr-xr-x
📄
FEATURES
3.87 KB
09/01/1994 08:20:02 PM
rw-r--r--
📄
NEWS.Debian.gz
754 bytes
05/10/2022 08:59:19 PM
rw-r--r--
📄
README
3.52 KB
05/10/2022 08:59:19 PM
rw-r--r--
📄
README.Debian
1.48 KB
05/10/2022 08:59:19 PM
rw-r--r--
📄
README.anacron
613 bytes
05/10/2022 08:59:19 PM
rw-r--r--
📄
THANKS
1.56 KB
09/01/1994 08:16:47 PM
rw-r--r--
📄
TODO.Debian
1.6 KB
05/10/2022 08:59:19 PM
rw-r--r--
📄
changelog.Debian.gz
1.51 KB
05/10/2022 08:59:19 PM
rw-r--r--
📄
copyright
3.81 KB
05/10/2022 08:59:19 PM
rw-r--r--
📁
examples
-
05/12/2022 06:44:28 AM
rwxr-xr-x
Editing: README.anacron
Close
To ease coordination with anacron, the invocation of the run-parts for the /etc/cron.daily, /etc/cron.weekly, and /etc/cron.monthly directories was changed to the form test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily What this means is that if anacron has been installed, it will be responsible for running those scripts. This is the standard configuration of anacron: if you simply install both cron and anacron, things will work as expected. However, if you have modified your anacron configuration (/etc/anacrontab), you may need to re-adjust it in order to accommodate this change.