From owner-freebsd-bugs Wed Oct 25 14: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 76EFA37B479 for ; Wed, 25 Oct 2000 14:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA09825; Wed, 25 Oct 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B4F9737B4C5; Wed, 25 Oct 2000 14:11:04 -0700 (PDT) Message-Id: <20001025211104.B4F9737B4C5@hub.freebsd.org> Date: Wed, 25 Oct 2000 14:11:04 -0700 (PDT) From: hmo@sep.hamburg.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/22293: make.conf: NOSUIDPERL vs. src/gnu/usr.bin/perl/suidperl/Makefile: ENABLE_SUIDPERL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22293 >Category: gnu >Synopsis: make.conf: NOSUIDPERL vs. src/gnu/usr.bin/perl/suidperl/Makefile: ENABLE_SUIDPERL >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 25 14:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: 4.1.1-STABLE >Organization: >Environment: FreeBSD sep.hamburg.com 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Mon Oct 23 01:35:16 CEST 2000 toor@sep.hamburg.com:/usr/obj/usr/src/sys/HMO i386 >Description: By default /usr/bin/suidperl is no longer chmod 4511 but rather chmod 511. The reason is that /etc/defaults/make.conf has a NOSUIDPERL option (disabled by default) while src/gnu/usr.bin/perl/suidperl/Makefile reflects on ENABLE_SUIDPERL. This is inconsistent. The Makefile should also depend on NOSUIDPERL (and the test in the Makefile reversed). >How-To-Repeat: make buildworld installworld :-) >Fix: See description. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message