[systemd-devel] [PATCH] fix extraneous space in equality check

2015-05-27 Thread Jonathan Boulle
--- src/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/main.c b/src/core/main.c index c39815b10675..212ab901b18f 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1496,7 +1496,7 @@ int main(int argc, char *argv[]) { setsid();

[systemd-devel] [PATCH] fix typos in systemd-nspawn man page

2015-05-22 Thread Jonathan Boulle
--- man/systemd-nspawn.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 6a5db86cec3c..06285edc0bb3 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -330,7 +330,7 @@ first host UID to

Re: [systemd-devel] [PATCH] [RFC] umount: reduce verbosity

2015-04-24 Thread Jonathan Boulle
Naive question, perhaps, but why does systemd even need to umount when being run in a mount namespace? Can't we let the kernel tear them down when it exits? When rkt is started with --debug, the systemd logs are printed. When rkt is started without --debug, systemd is started with

[systemd-devel] [PATCH] fix nspawn log typos

2015-01-14 Thread Jonathan Boulle
src/nspawn/nspawn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 2387c151bafc..e2ce9fbc55ec 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -1029,7 +1029,7 @@ static int mount_cgroup(const char *dest) {

[systemd-devel] [PATCH] fix systemd-resolved reference in man page

2014-06-20 Thread Jonathan Boulle
Guess this was missed in the copy-paste :-) --- man/systemd-resolved.service.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-resolved.service.xml b/man/systemd-resolved.service.xml index ed1f5a23658f..517e08ef2bd5 100644 --- a/man/systemd-resolved.service.xml

[systemd-devel] [PATCH] sysusers.d - fix typo in user definition file

2014-06-16 Thread Jonathan Boulle
sysusers.d/systemd.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysusers.d/systemd.conf.in b/sysusers.d/systemd.conf.in index b34a8071aaff..bbdc261620d8 100644 --- a/sysusers.d/systemd.conf.in +++ b/sysusers.d/systemd.conf.in @@ -8,7 +8,7 @@ # The superuser u root

[systemd-devel] [PATCH] Fix several small typos

2014-05-23 Thread Jonathan Boulle
Fix some small comment/log typos -- CODING_STYLE | 2 +- src/core/unit.c| 6 +++--- src/network/networkd-wait-online.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODING_STYLE b/CODING_STYLE index 996897b..4ec5923 100644 ---

[systemd-devel] [PATCH] Fix typo in comment

2014-04-27 Thread Jonathan Boulle
Fix minor typo in conf parser -- src/shared/conf-parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h index ba0e58d..9d166de 100644 --- a/src/shared/conf-parser.h +++ b/src/shared/conf-parser.h @@ -52,7 +52,7 @@ typedef