0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-21 19:46:19 +00:00
termux-packages/disabled-packages/anacron/anacrontab.5.patch
TomIO e17ba66e5c
rmpkg(main/anacron) (#21805)
Anacron has received no development in 15+ years.
It's functionality is also being provided by both `cronie` and
`busybox`'s crond.
2024-10-14 10:20:46 +02:00

15 lines
481 B
Diff

--- a/anacrontab.5
+++ b/anacrontab.5
@@ -1,9 +1,9 @@
.TH ANACRONTAB 5 1998-02-02 "Itai Tzur" "Anacron Users' Manual"
.SH NAME
-/etc/anacrontab \- configuration file for anacron
+@TERMUX_PREFIX@/etc/anacrontab \- configuration file for anacron
.SH DESCRIPTION
The file
-.I /etc/anacrontab
+.I @TERMUX_PREFIX@/etc/anacrontab
describes the jobs controlled by \fBanacron(8)\fR. Its lines can be of
three kinds: job-description lines, environment
assignments, or empty lines.