From owner-freebsd-hackers Sun May 25 05:40:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA21283 for hackers-outgoing; Sun, 25 May 1997 05:40:38 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA21242; Sun, 25 May 1997 05:40:09 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.7.6/8.7.3) id OAA02704; Sun, 25 May 1997 14:39:51 +0200 (MET DST) Date: Sun, 25 May 1997 14:39:51 +0200 (MET DST) Message-Id: <199705251239.OAA02704@bitbox.follo.net> From: Eivind Eklund To: "Jordan K. Hubbard" CC: perhaps@yes.no, jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG, hackers@FreeBSD.ORG In-reply-to: "Jordan K. Hubbard"'s message of Sat, 24 May 1997 04:34:16 -0700 Subject: Re: cvs commit: src/release boot_crunch.conf References: <199705241110.NAA09999@bitbox.follo.net> <3865.864473656@time.cdrom.com> Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [please delete committers etc if you reply to this - this belong in hackers] > Well, I was mostly just trying to get the SNAPshot servers happy again... > > As to making it a compile-time option.. Hmmm. I like the idea of > saving space, but it would also complicate the build to have two > versions of ppp build at release time. What we really need is a > dynamically loadable alias module. :-) It shouldn't be too hard to use libalias through dlopen()/dlsym(), should it? I've never used these interfaces, but the aliasing routines need only about three calls to work. Eivind.