From owner-freebsd-commit Tue Feb 6 21:25:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA24690 for freebsd-commit-outgoing; Tue, 6 Feb 1996 21:25:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA24623 for cvs-all-outgoing; Tue, 6 Feb 1996 21:24:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA24582 for cvs-usrsbin-outgoing; Tue, 6 Feb 1996 21:24:03 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA24499 Tue, 6 Feb 1996 21:23:58 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id VAA00767; Tue, 6 Feb 1996 21:22:09 -0800 (PST) Message-Id: <199602070522.VAA00767@precipice.shockwave.com> To: Peter Wemm cc: "Jordan K. Hubbard" , "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 "Wed, 07 Feb 1996 13:03:19 +0800." <199602070503.NAA04226@jhome.DIALix.COM> Date: Tue, 06 Feb 1996 21:22:08 -0800 From: Paul Traina Sender: owner-commit@FreeBSD.ORG Precedence: bulk From: Peter Wemm Subject: Re: cvs commit: src/usr.sbin Makefile 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..) You're not planning on putting BSD/OS binary compatibility into 2.1, so why not just put in a proper 2.1 setproctitle in 2.1's libutil.a and leave it at that? That's what I did locally. Paul