]> granicus.if.org Git - sudo/commitdiff
put "monitor" in the proctitle, not "systrace"
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 5 Oct 2004 18:21:26 +0000 (18:21 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 5 Oct 2004 18:21:26 +0000 (18:21 +0000)
mon_systrace.c

index aa3cf792e05b866fa8db5a22efae7041f53834dc..27c265c3e31168f8ae45136412e3a8aaad785af4 100644 (file)
@@ -161,7 +161,7 @@ systrace_attach(pid)
     }
     (void) chdir("/");
 #ifdef HAVE_SETPROCTITLE
-    setproctitle("systrace %s%s%s", user_base, user_args ? " " : "",
+    setproctitle("monitor %s%s%s", user_base, user_args ? " " : "",
        user_args ? user_args : "");
 #endif