package Cpanel::CleanupStub; # cpanel12 - CleanupStub.pm Copyright(c) 2011 cPanel, Inc. # All rights Reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited use Cpanel::CloseFDs (); our $VERSION = '2.0'; *closefds = \&Cpanel::CloseFDs::fast_closefds; *daemonclosefds = \&Cpanel::CloseFDs::fast_daemonclosefds; 1;