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/minit/
Date: Sun, 26 Nov 2017 23:26:56
Message-Id: 1511738730.72ee2ea7abcd14d9a0bca12deb11ffb5809a2a07.soap@gentoo
1 commit: 72ee2ea7abcd14d9a0bca12deb11ffb5809a2a07
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 13:04:01 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:25:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ee2ea7
7
8 sys-process/minit: [QA] Consistent whitespace in metadata.xml
9
10 sys-process/minit/metadata.xml | 42 ++++++++++++++++++------------------------
11 1 file changed, 18 insertions(+), 24 deletions(-)
12
13 diff --git a/sys-process/minit/metadata.xml b/sys-process/minit/metadata.xml
14 index e4a4ebd1d0b..257fae54f70 100644
15 --- a/sys-process/minit/metadata.xml
16 +++ b/sys-process/minit/metadata.xml
17 @@ -1,29 +1,23 @@
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 - <maintainer type="person">
22 - <email>aw-gentoo@××××××××××××××.net</email>
23 - <name>Andreas Wiese</name>
24 - </maintainer>
25 -<maintainer type="project">
26 - <email>proxy-maint@g.o</email>
27 - <name>Proxy Maintainers</name>
28 - </maintainer>
29 -<longdescription>
30 -minit - a small yet feature-complete init
31 + <maintainer type="person">
32 + <email>aw-gentoo@××××××××××××××.net</email>
33 + <name>Andreas Wiese</name>
34 + </maintainer>
35 + <maintainer type="project">
36 + <email>proxy-maint@g.o</email>
37 + <name>Proxy Maintainers</name>
38 + </maintainer>
39 + <longdescription>
40 + minit - a small yet feature-complete init
41
42 -What works so far
43 - * It can start services and take dependencies into account.
44 - * It can restart services
45 - * It can start services in sync mode (i.e. wait until they
46 -terminate, to get around race conditions for static initializations)
47 - * There is a companion utility "msvc" that can be used much in the
48 -same way as the svc from daemontools. Communication works over two
49 -fifos, /etc/minit/in and /etc/minit/out. Those have to exist before
50 -minit is started and they should be owned by root and have mode 600.
51 - * There is a companion utility "pidfilehack" that can be used to do
52 -stuff like run ssh, wait a while, read the PID off /var/run/sshd.pid and
53 -tell minit this PID so it will know when sshd exits and can restart it.
54 - * It can pipe stdout to a dedicated log process.
55 -</longdescription>
56 + What works so far
57 + * It can start services and take dependencies into account.
58 + * It can restart services
59 + * It can start services in sync mode (i.e. wait until they terminate, to get around race conditions for static initializations)
60 + * There is a companion utility "msvc" that can be used much in the same way as the svc from daemontools. Communication works over two fifos, /etc/minit/in and /etc/minit/out. Those have to exist before minit is started and they should be owned by root and have mode 600.
61 + * There is a companion utility "pidfilehack" that can be used to do stuff like run ssh, wait a while, read the PID off /var/run/sshd.pid and tell minit this PID so it will know when sshd exits and can restart it.
62 + * It can pipe stdout to a dedicated log process.
63 + </longdescription>
64 </pkgmetadata>