summaryrefslogtreecommitdiff
path: root/sys-process/minit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /sys-process/minit
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'sys-process/minit')
-rw-r--r--sys-process/minit/Manifest2
-rw-r--r--sys-process/minit/metadata.xml42
2 files changed, 19 insertions, 25 deletions
diff --git a/sys-process/minit/Manifest b/sys-process/minit/Manifest
index 87f56ac7652a..6fafb9615a82 100644
--- a/sys-process/minit/Manifest
+++ b/sys-process/minit/Manifest
@@ -5,4 +5,4 @@ DIST minit-0.9.1.tar.bz2 21894 SHA256 8128b6b96dbe31072005acb63005d77f052a98393c
EBUILD minit-0.10-r1.ebuild 927 BLAKE2B 1f99056e08e96cbe3001c975873d169d6c212d91e36250c410ba9ecd1bedda089dfb7657183198d1a6d54a626d1d53ad829b3ca03bde217744127eedbeba97cb SHA512 a6ab53764eded985db3d889b008edc54b4780ce206802469ec6dbc70c012149e37350d35c03af53c55b5d13ebad6d8ba5a2582024123a7e973ebce26f811fad4
EBUILD minit-0.10.ebuild 951 BLAKE2B c42708434e60c86e70fe426d99b7d309e47ad8ce3849b2ab80c81ac9bced3d3f07aefa74bfebc38373000cb49b22cc74141cabbe17faed9aa8d9081d6a83e99f SHA512 7e6d8184034ecb17889e816430e74bff6e4de4ff32df439be1ffee3784213c73b05cd0064b4f58370ad340c089333a3e7dfe644c1d5ba1ba71f88e0baa9dc091
EBUILD minit-0.9.1.ebuild 564 BLAKE2B 628110275eed57de21072a47ef9c7db2dda0f995a3eda4d6d755cc3580cbb0399dc4c7da17e1e7631bd31b877d00d8925b83319060a75b0afd45035b023e0920 SHA512 a38009475f4e59a365d306553fe6e41a73491f18341b4ce71d7b1c9a77db091188167a4ef9e314ad9c86ed4d92e749c1a2cb741540d7df1670378585e47edd93
-MISC metadata.xml 1255 BLAKE2B 9e1dd7087a6e0e953bba144cd3c4cc1c392f3bc66686489e28a8b6d6e5d5f904c72412ba5c293b1afa4b5dea0ccd2954e0bedc48a27220e934bc4b5700493673 SHA512 2c39ac25adbc3f8931e346608703f8de990081dec3b1f8b9dbc5c1292e57e8277e62b82cd3d390684abb9e2288748886df6ffe6fe5ad5e3ff4b9d79476993fed
+MISC metadata.xml 1237 BLAKE2B 2da4c9ab4f1627e17f1f580ed4402fe1524605ba15e30028bcbf2dc82faaccf0837518adc0ca08f21b0a7c732e4ed4937d719f61408e676e82b178e65d6b8356 SHA512 c219e5b11f7fa3dd1eaed9570722ec050c93f4b372ac35f11b031a96a8ea3740a64f885e87fe6547e9a4f66f899b4ccbbfa6c0787ca6ff835925c94b9eb3326b
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>