From owner-cvs-usrsbin Tue Feb 6 21:07:21 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA22874 for cvs-usrsbin-outgoing; Tue, 6 Feb 1996 21:07:21 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA22840 Tue, 6 Feb 1996 21:06:43 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id NAA04226; Wed, 7 Feb 1996 13:03:19 +0800 (WST) Message-Id: <199602070503.NAA04226@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: "Jordan K. Hubbard" cc: Paul Traina , "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin Makefile In-reply-to: Your message of "Tue, 06 Feb 1996 18:36:07 PST." <8141.823660567@time.cdrom.com> Date: Wed, 07 Feb 1996 13:03:19 +0800 From: Peter Wemm Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk >> If you want to bring in my changes from -current, you'll need to add >> setproctitle() to libutil.a, and in point of fact, you'll need to edit >> setproctitle.c before doing so (I can give you diffs) to make it work >> properly on 2.1. > >Ah foo, looks like I was one day too late on the merge! :-( > >I guess setproctitle was sort of slated to come in anyway. >Diffs are certainly welcome! > Jordan It would be better to temporarily disable the setproctitle() calls in the 2.1 branch for the moment, because setproctitle has to change once the BSD/OS binary compatability goes in. (RSN, I promise..) Cheers, -Peter