summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.lockd/kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.lockd/kern.c')
-rw-r--r--usr.sbin/rpc.lockd/kern.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rpc.lockd/kern.c b/usr.sbin/rpc.lockd/kern.c
index 6073f55..9a39e8f 100644
--- a/usr.sbin/rpc.lockd/kern.c
+++ b/usr.sbin/rpc.lockd/kern.c
@@ -147,8 +147,10 @@ client_request(void)
case -1:
err(1, "fork");
case 0:
+ setproctitle ("client");
break;
default:
+ setproctitle ("server");
return (child);
}
OpenPOWER on IntegriCloud