From owner-cvs-all Fri Aug 11 9: 0:50 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C245837BF98; Fri, 11 Aug 2000 09:00:45 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA08770; Fri, 11 Aug 2000 10:00:44 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA34725; Fri, 11 Aug 2000 10:00:14 -0600 (MDT) Message-Id: <200008111600.KAA34725@harmony.village.org> To: Sheldon Hearn Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Fri, 11 Aug 2000 10:41:45 +0200." <12319.965983305@axl.ops.uunet.co.za> References: <12319.965983305@axl.ops.uunet.co.za> Date: Fri, 11 Aug 2000 10:00:14 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <12319.965983305@axl.ops.uunet.co.za> Sheldon Hearn writes: : > Modified files: : > gnu/usr.bin/perl Makefile : > Log: : > Don't build suidperl by default. Make users specifically enable its : > building. : : For future reference, this kind of thing was one of the advantages of : moving to /etc/defaults/make.conf. All you had to do was define : NO_SUIDPERL in src/etc/defaults/make.conf. :-) But if I had done that, then there'd be no way to undefine it in /etc/make.conf. That's why I changed the name of the variable also, so people that wanted suidperl would be forced to set it in /etc/make.conf. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message