summaryrefslogtreecommitdiff
path: root/sys-process/dcron/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/dcron/metadata.xml')
-rw-r--r--sys-process/dcron/metadata.xml20
1 files changed, 14 insertions, 6 deletions
diff --git a/sys-process/dcron/metadata.xml b/sys-process/dcron/metadata.xml
index 4fc1e843e09b..2cfaa1da1d06 100644
--- a/sys-process/dcron/metadata.xml
+++ b/sys-process/dcron/metadata.xml
@@ -1,10 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>cron-bugs@gentoo.org</email>
-</maintainer>
-<upstream>
- <remote-id type="github">dubiousjim/dcron</remote-id>
-</upstream>
+ <maintainer type="project">
+ <email>cron-bugs@gentoo.org</email>
+ </maintainer>
+ <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/dubiousjim/dcron/issues</bugs-to>
+ <remote-id type="github">dubiousjim/dcron</remote-id>
+ </upstream>
</pkgmetadata>