#!/usr/bin/perl
# cpanel4 - scripts Copyright(c) 1997-2002 cPanel, Inc..
# All rights Reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cpanel license. Unauthorized copying is prohibited
BEGIN {
$ENV{'LANG'} = 'C';
unshift @INC, "/scripts";
}
exec '/scripts/realrawchpass', @ARGV;