summaryrefslogtreecommitdiff
blob: 197ff1d0806364469f0e0f65ed1df89577c1c0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>whissi@gentoo.org</email>
		<name>Thomas Deutschmann</name>
	</maintainer>
	<maintainer type="person">
		<email>blueness@gentoo.org</email>
		<name>Anthony G. Basile</name>
	</maintainer>
	<maintainer type="project">
		<email>cron-bugs@gentoo.org</email>
		<name>Gentoo Cron Project</name>
	</maintainer>
	<use>
		<flag name="debug">
			Enable debug code and output. Since version 3.0.5 this will no
			longer force foreground execution, and fcron will be able to run
			as a service properly.
		</flag>
		<flag name="mta">
			Enable mta support for sending emails from fcron
		</flag>
		<flag name="pam">
			Enable PAM support for fcron. This means that fcron will pass
			through the "fcron" stack before executing the jobs, and
			fcrontab will use the "fcrontab" stack to authenticate the user
			before editing its crontab file.
		</flag>
		<flag name="system-crontab">
			Set up fcron to respect /etc/crontab and /etc/cron.d. If this
			flag is disabled, /etc/cron.d and /etc/crontab will be ignored,
			but /etc/cron.{hourly,daily,weekly,monthly} will still be
			respected.
		</flag>
	</use>
</pkgmetadata>