Is this correct after running sec092406.pl ?
mysqladmin:
Code:
BEGIN {
@INC=grep(!/(^\.|\.\.|\/\.+)/,@INC);
unshift( @INC, "/usr/local/cpanel" );
@INC=grep(/^(\/usr\/lib\d*\/perl|\/usr\/local\/lib\d*\/perl|\/usr\/local\/cpanel)/,@INC);
unshift(@INC,"/usr/local/cpanel");
@INC=grep(!/^\./,@INC);
}
edit: just built a new VDS, which has this:
Code:
BEGIN {
@INC=grep(!/(^\.|\.\.|\/\.+)/,@INC);
unshift( @INC, "/usr/local/cpanel" );
@INC=grep(/^(\/usr\/lib\d*\/perl|\/usr\/local\/lib\d*\/perl|\/usr\/local\/cpanel)/,@INC);
}
both the VDS and the first server are: 10.8.2-STABLE_120
more edit: I guess I'll just have to manually remove the last 2 (original) lines from the 5 liner. arg cPanel........