fix message about suid perl

Noticed by:	openwebmail@turtle.ee.ncku.edu.tw
This commit is contained in:
Yen-Ming Lee 2004-06-03 08:42:28 +00:00
parent b1e5dc1713
commit aa738525df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110739

View File

@ -77,7 +77,7 @@ pre-fetch:
.if ${PERL_LEVEL} > 500800
@${ECHO} ""
@${ECHO} "WARNING:"
@${ECHO} "Please make sure that your PERL is built with -DSUIDPERL_ENABLED,"
@${ECHO} "Please make sure that your PERL is built with -DENABLE_SUIDPERL,"
@${ECHO} "otherwise please build openwebmail with WITHOUT_SPEEDYCGI=yes"
@${ECHO} ""
.endif