Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 1998 15:21:44 -0400 (EDT)
From:      Brian Cully <shmit@rcn.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   gnu/8106: suidperl gets built if NOSUIDPERL is set.
Message-ID:  <199809301921.PAA23558@natasya.noc.erols.net>

next in thread | raw e-mail | index | archive | help

>Number:         8106
>Category:       gnu
>Synopsis:       suidperl gets built even if NOSUIDPERL is set
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 30 12:30:01 PDT 1998
>Last-Modified:
>Originator:     Brian Cully
>Organization:
>Release:        FreeBSD 3.0-BETA i386
>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>
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809301921.PAA23558>