From owner-freebsd-bugs Fri May 8 16:43:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12629 for freebsd-bugs-outgoing; Fri, 8 May 1998 16:43:15 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from current.gaffaneys.com (dialup7.gaffaneys.com [208.155.161.57]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12576 for ; Fri, 8 May 1998 16:42:55 -0700 (PDT) (envelope-from zach@gaffaneys.com) Received: (from zach@localhost) by current.gaffaneys.com (8.8.8/8.8.8) id SAA16158; Fri, 8 May 1998 18:44:18 -0500 (CDT) (envelope-from zach) Message-ID: <19980508184418.11208@gaffaneys.com> Date: Fri, 8 May 1998 18:44:18 -0500 From: Zach Heilig To: Poul-Henning Kamp , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1777 References: <199805082030.NAA13264@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199805082030.NAA13264@freefall.freebsd.org>; from Poul-Henning Kamp on Fri, May 08, 1998 at 01:30:04PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, May 08, 1998 at 01:30:04PM -0700, Poul-Henning Kamp wrote: > Now that is indeed a good question. I think the attempt to do so > kind of lost momentum last time because FUD, but maybe if we kindly > tell our CVS-meister that now three people have opened PRs on this > he will be willing to do the repostitory surgery needed ? It does already install to /sbin at least in -CURRENT. The source still resides in /usr/src/usr.sbin/sysctl, but /usr/src/usr.sbin/sysctl/Makefile contains (note BINDIR=/sbin): # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $Id: Makefile,v 1.3 1997/12/18 15:34:08 bde Exp $ PROG= sysctl MAN8= sysctl.8 BINDIR= /sbin NOSHARED?= yes .include -- Zach Heilig -- zach@gaffaneys.com Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message