From shmit@natasya.noc.erols.net  Wed Sep 30 12:22:04 1998
Received: from smtp1.erols.com (smtp1.erols.com [207.172.3.234])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00900
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Sep 1998 12:22:01 -0700 (PDT)
          (envelope-from shmit@natasya.noc.erols.net)
Received: from natasya.noc.erols.net (natasya.noc.erols.net [207.172.25.236])
	by smtp1.erols.com (8.8.8/8.8.5) with ESMTP id PAA10315
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 30 Sep 1998 15:21:45 -0400 (EDT)
Received: (from shmit@localhost)
	by natasya.noc.erols.net (8.9.1/8.9.1) id PAA23558;
	Wed, 30 Sep 1998 15:21:44 -0400 (EDT)
Message-Id: <199809301921.PAA23558@natasya.noc.erols.net>
Date: Wed, 30 Sep 1998 15:21:44 -0400 (EDT)
From: Brian Cully <shmit@rcn.com>
Reply-To: shmit@rcn.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: suidperl gets built if NOSUIDPERL is set.
X-Send-Pr-Version: 3.2

>Number:         8106
>Category:       gnu
>Synopsis:       suidperl gets built even if NOSUIDPERL is set
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    markm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 30 12:30:01 PDT 1998
>Closed-Date:    Wed Sep 30 13:25:36 PDT 1998
>Last-Modified:  Wed Sep 30 13:27:23 PDT 1998
>Originator:     Brian Cully
>Release:        FreeBSD 3.0-BETA i386
>Organization:
>Environment:

	FreeBSD-current

>Description:

	If NOSUIDPERL is set in /etc/make.conf, suidperl shouldn't be
	built, but it looks like Mark Murray forgot that functionality
	when he put perl5 into the tree.

>How-To-Repeat:


>Fix:

Apply this patch in /usr/src/gnu/usr.bin/perl

*** Makefile.orig	Wed Sep 30 15:17:44 1998
--- Makefile	Wed Sep 30 15:18:41 1998
***************
*** 2,5 ****
--- 2,9 ----
  
  SUBDIR= libperl miniperl perl suidperl pod utils x2p
  
+ .if !defined(NOSUIDPERL)
+ SUBDIR+= suidperl
+ .endif
+ 
  .include <bsd.subdir.mk>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: markm 
State-Changed-When: Wed Sep 30 13:25:36 PDT 1998 
State-Changed-Why:  
Fixed. I appreciate your submission of a patch, but I did it a bit 
differently. Thanks! 


Responsible-Changed-From-To: freebsd-bugs->markm 
Responsible-Changed-By: markm 
Responsible-Changed-When: Wed Sep 30 13:25:36 PDT 1998 
Responsible-Changed-Why:  
Perl5 is my baby. 
>Unformatted:
