From: Siraaj Khandkar <siraaj@khandkar.net>
Date: Tue, 1 Dec 2020 11:09:00 +0000 (-0500)
Subject: Add Ubuntu pkg: mcron
X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=a5b65953aa6f31f9c82a65e5ef47b71b7025a0b8;p=khome.git

Add Ubuntu pkg: mcron

cron in Guile Scheme
---

diff --git a/pkgs-ubuntu.list b/pkgs-ubuntu.list
index e1ad878..7e0d288 100644
--- a/pkgs-ubuntu.list
+++ b/pkgs-ubuntu.list
@@ -348,3 +348,13 @@ remind
 # > .
 # > Reminders can be created by the remind scripting language or by using
 # > the graphical frontend package "tkremind".
+
+mcron
+# From package info:
+# > Homepage: http://www.gnu.org/software/mcron
+# > Description: Guile-based program for running jobs at regular times
+# >  The GNU package mcron (Mellor's cron) can be a 100% compatible replacement for
+# >  Vixie cron (though the Debian package is not configured this way). It is
+# >  written in pure Guile, and allows configuration files to be written in scheme
+# >  (as well as Vixie's original format) for infinite flexibility in specifying
+# >  when jobs should be run.