mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
19 lines
758 B
XML
19 lines
758 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
This lightweight cron daemon aims to be simple and secure, with just enough
|
|
features to stay useful.
|
|
Unlike other fatter cron daemons, though, this cron doesn't even try to manage
|
|
environment variables or act as a shell.
|
|
All jobs are run with `/bin/sh` for conformity and portability.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/ptchinster/dcron/issues</bugs-to>
|
|
<!-- readme's the doc -->
|
|
<changelog>https://github.com/ptchinster/dcron/blob/master/CHANGELOG</changelog>
|
|
<remote-id type="github">ptchinster/dcron</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|