From owner-cvs-lib Fri May 31 01:10:06 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA27245 for cvs-lib-outgoing; Fri, 31 May 1996 01:10:06 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA27182; Fri, 31 May 1996 01:09:48 -0700 (PDT) Date: Fri, 31 May 1996 01:09:48 -0700 (PDT) From: Peter Wemm Message-Id: <199605310809.BAA27182@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libutil setproctitle.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/05/31 01:09:47 Branch: lib/libutil RELENG_2_1_0 Modified: lib/libutil setproctitle.c Log: Look up KERN_PS_STRINGS sysctl, and use that if it is present instead of the calculated value from a whole series of values that can be overridden at kernel config time, making the result invalid. Revision Changes Path 1.1.2.1 +17 -10 src/lib/libutil/setproctitle.c