mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
22 lines
821 B
XML
22 lines
821 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Cronie contains the standard UNIX daemon crond that runs specified programs at
|
|
scheduled times and related tools. It is based on the original cron and
|
|
has security and configuration enhancements like the ability to use pam and
|
|
SELinux.
|
|
And why cronie? See http://www.urbandictionary.com/define.php?term=cronie
|
|
</longdescription>
|
|
<use>
|
|
<flag name="anacron">Install the periodic anacron command scheduler.</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">cronie-crond/cronie</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|