#!/usr/bin/perl # cpanel12 - rebuildnamedconf Copyright(c) 2008 cPanel, Inc. # All rights Reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited print "This script is deprecated. Please use /scripts/rebuilddnsconfig instead.\n"; print "Executing /scripts/rebuilddnsconfig\n\n"; sleep 2; exec '/scripts/rebuilddnsconfig';