Bug 22293

Summary: make.conf: NOSUIDPERL vs. src/gnu/usr.bin/perl/suidperl/Makefile: ENABLE_SUIDPERL
Product: Base System Reporter: hmo <hmo>
Component: gnuAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-STABLE   
Hardware: Any   
OS: Any   

Description hmo 2000-10-25 22:20:01 UTC
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).

Fix: 

See description.
How-To-Repeat: make buildworld installworld :-)
Comment 1 hmo 2000-11-11 21:19:58 UTC
Fixed by gnu/22293. PR to be closed.
Comment 2 ru freebsd_committer freebsd_triage 2000-11-13 09:22:16 UTC
State Changed
From-To: open->closed

Duplicate of PR 21991.