From owner-cvs-gnu Tue Feb 13 15:27:51 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17737 for cvs-gnu-outgoing; Tue, 13 Feb 1996 15:27:51 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA17732 Tue, 13 Feb 1996 15:27:48 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id QAA24492; Tue, 13 Feb 1996 16:30:19 -0700 Date: Tue, 13 Feb 1996 16:30:19 -0700 From: Nate Williams Message-Id: <199602132330.QAA24492@rocky.sri.MT.net> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/perl/lib gethostname.pl Makefile In-Reply-To: <199602132300.AAA06395@uriah.heep.sax.de> References: <199602131750.KAA22891@rocky.sri.MT.net> <199602132300.AAA06395@uriah.heep.sax.de> Sender: owner-cvs-gnu@FreeBSD.ORG Precedence: bulk > > Paul Traina writes: > > > This is non-standard (albiet nice to have), which will make porting away > > > from FBSD more difficult. Caveat Emptor. > > > > Unless you bring in the package with anything exported from FreeBSD. > > The problem is that there's no generic way for hooking gethostname(3) > into a Perl script. > > should always do the trick. My concern was to avoid the overhead from > the additional process, and the fact that i don't like to call > unneeded external programs at all in setuid scripts. Isn't calling sysctl an additiona/external program? Nate