diff options
author | David Seifert <soap@gentoo.org> | 2017-11-26 14:04:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-27 00:25:30 +0100 |
commit | 72ee2ea7abcd14d9a0bca12deb11ffb5809a2a07 (patch) | |
tree | c423c948d73368d4c4f6ad4e49ec15ae40c3b115 /sys-process/minit/metadata.xml | |
parent | sys-process/fcron: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-72ee2ea7abcd14d9a0bca12deb11ffb5809a2a07.tar.gz gentoo-72ee2ea7abcd14d9a0bca12deb11ffb5809a2a07.tar.bz2 gentoo-72ee2ea7abcd14d9a0bca12deb11ffb5809a2a07.zip |
sys-process/minit: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'sys-process/minit/metadata.xml')
-rw-r--r-- | sys-process/minit/metadata.xml | 42 |
1 files changed, 18 insertions, 24 deletions
diff --git a/sys-process/minit/metadata.xml b/sys-process/minit/metadata.xml index e4a4ebd1d0b1..257fae54f708 100644 --- a/sys-process/minit/metadata.xml +++ b/sys-process/minit/metadata.xml @@ -1,29 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>aw-gentoo@instandbesetzt.net</email> - <name>Andreas Wiese</name> - </maintainer> -<maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> -<longdescription> -minit - a small yet feature-complete init + <maintainer type="person"> + <email>aw-gentoo@instandbesetzt.net</email> + <name>Andreas Wiese</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + minit - a small yet feature-complete init -What works so far - * It can start services and take dependencies into account. - * It can restart services - * It can start services in sync mode (i.e. wait until they -terminate, to get around race conditions for static initializations) - * 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. - * 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. - * It can pipe stdout to a dedicated log process. -</longdescription> + What works so far + * It can start services and take dependencies into account. + * It can restart services + * It can start services in sync mode (i.e. wait until they terminate, to get around race conditions for static initializations) + * 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. + * 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. + * It can pipe stdout to a dedicated log process. + </longdescription> </pkgmetadata> |