From owner-freebsd-bugs Sat Oct 14 11:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1361037B670 for ; Sat, 14 Oct 2000 11:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA31576; Sat, 14 Oct 2000 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 2C1D337B503 for ; Sat, 14 Oct 2000 11:16:50 -0700 (PDT) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.0/8.11.0) with ESMTP id e9EIGmq01158 for ; Sat, 14 Oct 2000 20:16:48 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.0/8.11.0) with ESMTP id e9EIGme09446 for ; Sat, 14 Oct 2000 20:16:48 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.11.1/8.11.1) id e9EIGmq07367 for FreeBSD-gnats-submit@freebsd.org; Sat, 14 Oct 2000 20:16:48 +0200 (CEST) Message-Id: <200010141816.e9EIGmm68483@curry.mchp.siemens.de> Date: Sat, 14 Oct 2000 20:16:48 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/21991: ENABLE_SUIDPERL not documented in make.conf of -STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21991 >Category: conf >Synopsis: ENABLE_SUIDPERL not documented in make.conf of -STABLE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 14 11:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: FreeBSD 4.1.1-STABLE >Description: The installation of suidperl is now controlled with ENABLE_SUIDPERL and not NOSUIDPERL. >How-To-Repeat: vi /usr/src/gnu/usr.bin/perl/suidperl/Makefile >Fix: This, or something similar... --- etc/defaults/make.conf.ORI Sat Oct 14 20:10:25 2000 +++ etc/defaults/make.conf Sat Oct 14 20:12:52 2000 @@ -71,7 +71,7 @@ #NOPERL= true # To avoid building perl #NOPROFILE= true # Avoid compiling profiled libraries #NOSECURE= true # do not build crypto code in secure/ subdir -#NOSUIDPERL= true # To avoid building the suid perl +#ENABLE_SUIDPERL=true # Turn setuid bit on for suidperl #NOSHARE= true # do not go into the share subdir #NOUUCP= true # do not build uucp related programs # >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message