File "chkpaths"
Full Path: /home/fmpomerode/public_html/sym404/root/scripts/chkpaths
File size: 141 bytes
MIME-type: text/x-perl; charset=us-ascii
Charset: utf-8
#!/usr/local/cpanel/3rdparty/bin/perl
if ( -e "/usr/sbin/chown" && !-e "/bin/chown" ) {
symlink( "../usr/sbin/chown", "/bin/chown" );
}