summaryrefslogtreecommitdiff
blob: 349c0bc3d6f6efeb3bb2e1c8958f678675d95eab (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>cron</herd>
  <maintainer>
    <email>wschlich@gentoo.org</email>
    <name>Wolfram Schlich</name>
    <description>Primary maintainer</description>
  </maintainer>
  <maintainer>
    <email>flameeyes@gentoo.org</email>
  </maintainer>
  <use>
    <flag name="debug" restrict="&lt;sys-process/fcron-3.0.5">
      Enable debug code, output and allocation checks. Warning: in
      ebuilds before 3.0.5, enabling this flag will prevent fcron from
      running as a proper service.
    </flag>

    <flag name="debug" restrict="&gt;=sys-process/fcron-3.0.5">
      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="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>
  </use>
</pkgmetadata>