Date: Fri, 8 May 1998 18:44:18 -0500 From: Zach Heilig <zach@gaffaneys.com> To: Poul-Henning Kamp <phk@critter.freebsd.dk>, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/1777 Message-ID: <19980508184418.11208@gaffaneys.com> In-Reply-To: <199805082030.NAA13264@freefall.freebsd.org>; from Poul-Henning Kamp on Fri, May 08, 1998 at 01:30:04PM -0700 References: <199805082030.NAA13264@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.prog.mk> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980508184418.11208>