Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/
Date: Sun, 26 Nov 2017 23:26:54
Message-Id: 1511738726.6c01502814b28957a0244129a4037f063ed10593.soap@gentoo
1 commit: 6c01502814b28957a0244129a4037f063ed10593
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 13:03:06 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:25:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c015028
7
8 sys-process/fcron: [QA] Consistent whitespace in metadata.xml
9
10 sys-process/fcron/metadata.xml | 32 ++++++++++++++++----------------
11 1 file changed, 16 insertions(+), 16 deletions(-)
12
13 diff --git a/sys-process/fcron/metadata.xml b/sys-process/fcron/metadata.xml
14 index 0a8d8d7a3e5..1eeec4c614d 100644
15 --- a/sys-process/fcron/metadata.xml
16 +++ b/sys-process/fcron/metadata.xml
17 @@ -11,24 +11,24 @@
18 </maintainer>
19 <use>
20 <flag name="debug">
21 - Enable debug code and output. Since version 3.0.5 this will no
22 - longer force foreground execution, and fcron will be able to run
23 - as a service properly.
24 - </flag>
25 + Enable debug code and output. Since version 3.0.5 this will no
26 + longer force foreground execution, and fcron will be able to run
27 + as a service properly.
28 + </flag>
29 <flag name="mta">
30 - Enable mta support for sending emails from fcron
31 - </flag>
32 + Enable mta support for sending emails from fcron
33 + </flag>
34 <flag name="pam">
35 - Enable PAM support for fcron. This means that fcron will pass
36 - through the "fcron" stack before executing the jobs, and
37 - fcrontab will use the "fcrontab" stack to authenticate the user
38 - before editing its crontab file.
39 - </flag>
40 + Enable PAM support for fcron. This means that fcron will pass
41 + through the "fcron" stack before executing the jobs, and
42 + fcrontab will use the "fcrontab" stack to authenticate the user
43 + before editing its crontab file.
44 + </flag>
45 <flag name="system-crontab">
46 - Set up fcron to respect /etc/crontab and /etc/cron.d. If this
47 - flag is disabled, /etc/cron.d and /etc/crontab will be ignored,
48 - but /etc/cron.{hourly,daily,weekly,monthly} will still be
49 - respected.
50 - </flag>
51 + Set up fcron to respect /etc/crontab and /etc/cron.d. If this
52 + flag is disabled, /etc/cron.d and /etc/crontab will be ignored,
53 + but /etc/cron.{hourly,daily,weekly,monthly} will still be
54 + respected.
55 + </flag>
56 </use>
57 </pkgmetadata>