From 3ae2dea296953efaf936f46b517d44d6d11f8a7d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 13 Aug 2000 01:41:35 +0000 Subject: [PATCH] Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what it does. --- etc/defaults/make.conf | 4 ++-- share/examples/etc/make.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 8b5e9b914fa..13a3161a78d 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -44,8 +44,8 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # To avoid building perl #NOPERL= true # -# To enable building the suid perl -#BUILD_SUIDPERL= true +# To enable building enstalling suidperl with the setuid bit turned on +#ENABLE_SUIDPERL= true # # To build perl with thread support #PERL_THREADED= true diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 8b5e9b914fa..13a3161a78d 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -44,8 +44,8 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # To avoid building perl #NOPERL= true # -# To enable building the suid perl -#BUILD_SUIDPERL= true +# To enable building enstalling suidperl with the setuid bit turned on +#ENABLE_SUIDPERL= true # # To build perl with thread support #PERL_THREADED= true