(start_logout_process): call setproctitle

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6783 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-08-09 15:34:41 +00:00
parent 00aca0b177
commit 8e8c67e127

View File

@@ -123,6 +123,9 @@ start_logout_process(void)
if(pid == -1)
err(1, "fork");
/* wait for the real login process to exit */
#ifdef HAVE_SETPROCTITLE
setproctitle("waitpid %d", pid);
#endif
while(1) {
int status;
int ret;