mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
18 lines
758 B
XML
18 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>
|