[systemd-commits] 2 commits - man/systemd.slice.xml src/core
Tom Gundersen
tomegun at kemper.freedesktop.org
Wed May 27 14:37:47 PDT 2015
man/systemd.slice.xml | 2 +-
src/core/main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c4e87748d5d3f574d335a87e3a6272276814b2fd
Author: Patrick Donnelly <batrick at batbytes.com>
Date: Wed May 27 15:47:02 2015 -0400
man: fix systemd.resource-control(5) volume number
diff --git a/man/systemd.slice.xml b/man/systemd.slice.xml
index f0bac41..a501327 100644
--- a/man/systemd.slice.xml
+++ b/man/systemd.slice.xml
@@ -90,7 +90,7 @@
slice specific configuration options are configured in
the [Slice] section. Currently, only generic resource control settings
as described in
- <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>7</manvolnum></citerefentry> are allowed.
+ <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> are allowed.
</para>
<para>Unless <varname>DefaultDependencies=false</varname>
commit d250afe73d855b8a2bb2ee253a1bef6d91d64e74
Author: Jonathan Boulle <jonathan.boulle at coreos.com>
Date: Wed May 27 12:02:24 2015 -0700
fix extraneous space in equality check
diff --git a/src/core/main.c b/src/core/main.c
index c39815b..212ab90 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -1496,7 +1496,7 @@ int main(int argc, char *argv[]) {
setsid();
/* Move out of the way, so that we won't block unmounts */
- assert_se(chdir("/") == 0);
+ assert_se(chdir("/") == 0);
/* Reset the console, but only if this is really init and we
* are freshly booted */
More information about the systemd-commits
mailing list