Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 1995 05:13:36 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-sbin
Subject:   cvs commit: src/sbin/nfsd nfsd.c
Message-ID:  <199512151313.FAA21119@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       95/12/15 05:13:35

  Modified:    sbin/nfsd  nfsd.c
  Log:
  The version of setproctitle() inside nfsd was busted. It was not terminating
  the argv array, causing parts of the argv[0] to be picked up several times
  by libkvm, causing strange ps results for the nfs-server and nfs-master
  processes.. :-]
  
  (How many copies of setproctitle() do we need anyway?  NetBSD has it in
   libc and BSDI have it in libutil.)
  
  Revision  Changes    Path
  1.5       +1 -0      src/sbin/nfsd/nfsd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512151313.FAA21119>