Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2000 08:00:04 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/22719: suid perl broken in 4.2-BETA?
Message-ID:  <200011091600.IAA53045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/22719; it has been noted by GNATS.

From: Ruslan Ermilov <ru@FreeBSD.org>
To: dh@digitalbrain.com
Cc: bug-followup@FreeBSD.org, Mark Murray <markm@FreeBSD.org>,
	Warner Losh <imp@FreeBSD.org>, Jordan Hubbard <jkh@FreeBSD.org>
Subject: Re: bin/22719: suid perl broken in 4.2-BETA?
Date: Thu, 9 Nov 2000 17:56:52 +0200

 On Thu, Nov 09, 2000 at 03:33:57PM +0000, dh@digitalbrain.com wrote:
 > 
 > suid perl script are all broken:(
 > 
 > they say
 > "Can't do setuid"
 > 
 suidperl is now not installed with setuid bit by default.
 The following was not merged to RELENG_4:
 
 Index: make.conf
 ===================================================================
 RCS file: /home/ncvs/src/etc/defaults/make.conf,v
 retrieving revision 1.113
 retrieving revision 1.115
 diff -u -p -r1.113 -r1.115
 --- make.conf	2000/07/14 09:18:20	1.113
 +++ make.conf	2000/08/13 01:41:35	1.115
 @@ -44,8 +44,8 @@ BDECFLAGS=	-W -Wall -ansi -pedantic -Wba
  # To avoid building perl
  #NOPERL=	true
  #
 -# To avoid building the suid perl
 -#NOSUIDPERL=	true
 +# To enable building enstalling suidperl with the setuid bit turned on
 +#ENABLE_SUIDPERL=	true
  #
  # To build perl with thread support
  #PERL_THREADED=	true
 
 
 <PS>
 I would also suggest the s/building enstalling/installing/ above.
 </PS>
 
 
 Cheers,
 -- 
 Ruslan Ermilov		Oracle Developer/DBA,
 ru@sunbay.com		Sunbay Software AG,
 ru@FreeBSD.org		FreeBSD committer,
 +380.652.512.251	Simferopol, Ukraine
 
 http://www.FreeBSD.org	The Power To Serve
 http://www.oracle.com	Enabling The Information Age
 


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?200011091600.IAA53045>