OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
cron
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 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/11/2022 06:26:11 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.