mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-21 19:46:19 +00:00
e17ba66e5c
Anacron has received no development in 15+ years. It's functionality is also being provided by both `cronie` and `busybox`'s crond.
12 lines
317 B
Diff
12 lines
317 B
Diff
--- a/global.h
|
|
+++ b/global.h
|
|
@@ -32,7 +32,7 @@
|
|
#define DEBUG_LEVEL LOG_DEBUG /* only used when DEBUG is defined */
|
|
|
|
/* Mail interface. (All MTAs should supply this command) */
|
|
-#define SENDMAIL "/usr/sbin/sendmail"
|
|
+#define SENDMAIL "@TERMUX_PREFIX@/bin/sendmail"
|
|
|
|
/* End of user-configurable section */
|
|
|