X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Futil.c;fp=src%2Fbasic%2Futil.c;h=12f7e1b0512a900e9335582ae1045beb82e1f6c2;hp=1ef6f5f2bad2ad0aacdccb0acfef5373ed0761d8;hb=b4f4684f3a95c915491cd7845911ecdf2622b2c2;hpb=3e00151fe64164d2a5f2e231120cb4247ec1794f diff --git a/src/basic/util.c b/src/basic/util.c index 1ef6f5f2b..12f7e1b05 100644 --- a/src/basic/util.c +++ b/src/basic/util.c @@ -413,10 +413,10 @@ int fork_agent(pid_t *pid, const int except[], unsigned n_except, const char *pa /* Detach from stdout/stderr. and reopen * /dev/tty for them. This is important to - * ensure that when systemctl is started via + * ensure that when loginctl is started via * popen() or a similar call that expects to * read EOF we actually do generate EOF and - * not delay this indefinitely by because we + * not delay this indefinitely because we * keep an unused copy of stdin around. */ fd = open("/dev/tty", O_WRONLY); if (fd < 0) {