-u is deprecated.
authorSlaven Rezic <slaven@rezic.de>
Fri, 17 Oct 2003 10:02:31 +0000 (10:02 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 17 Oct 2003 08:53:48 +0000 (08:53 +0000)
Subject: Re: why PERL5LIB is ignored when -T is in effect
Message-Id: <1066384951.4964@devpc01.iconmobile.de>

p4raw-id: //depot/perl@21473

perl.c

diff --git a/perl.c b/perl.c
index a6480a0..4a40aa8 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -3248,7 +3248,7 @@ S_validate_suid(pTHX_ char *validarg, char *scriptname, int fdscript)
            PL_euid == PL_statbuf.st_uid)
            if (!PL_do_undump)
                Perl_croak(aTHX_ "YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!\n\
-FIX YOUR KERNEL, PUT A C WRAPPER AROUND THIS SCRIPT, OR USE -u AND UNDUMP!\n");
+FIX YOUR KERNEL, OR PUT A C WRAPPER AROUND THIS SCRIPT!\n");
 #endif /* IAMSUID */
 
        if (PL_euid) {  /* oops, we're not the setuid root perl */