From owner-cvs-all Sat Aug 12 18:40:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC68C37B5CB; Sat, 12 Aug 2000 18:40:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA61154; Sat, 12 Aug 2000 18:40:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200008130140.SAA61154@freefall.freebsd.org> From: Warner Losh Date: Sat, 12 Aug 2000 18:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl Makefile src/gnu/usr.bin/perl/suidperl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/08/12 18:40:07 PDT Modified files: gnu/usr.bin/perl Makefile gnu/usr.bin/perl/suidperl Makefile Log: Always build and install suidperl. Only install suidperl setuid when ENABLE_SUIDPERL is set to true. When perl is updated to remove the fork mail code, additional warnings will enable the users to know what is gonig on and how to correct it. Markm will make those commits as part of his perl patch integration. suidperl is installed with execute permissions so that markm's added error messages wil be seen by the user. Revision Changes Path 1.12 +2 -6 src/gnu/usr.bin/perl/Makefile 1.17 +5 -1 src/gnu/usr.bin/perl/suidperl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message