Skip to content
Snippets Groups Projects
Verified Commit 2ecc4712 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists/base-min: replace vixie-cron with cronie

Vixie-cron is being dropped from packages and replaced by cronie. This
replaces it in system installation.
parent c41561b8
No related branches found
No related tags found
1 merge request!123Turris OS 5.0 (HBK)
......@@ -32,7 +32,7 @@ Install("opkg", "libustream-openssl", { priority = 40 })
Uninstall("wget-nossl", { priority = 40 }) -- opkg required SSL variant only
-- Turris minimum
Install("vixie-cron", "syslog-ng", { priority = 40 })
Install("cronie", "syslog-ng", { priority = 40 })
Install("logrotate", { priority = 40 })
Install("dnsmasq-full", { priority = 40 })
if board == "turris1x" then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment