-Add missing File::Copy directive to hosts plugin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1826 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-07-02 15:22:30 +00:00
parent b4f62edceb
commit 60164a520b

View File

@ -2,6 +2,7 @@
package xCAT_plugin::hosts;
use xCAT::Table;
use Data::Dumper;
use File::Copy;
my @hosts; #Hold /etc/hosts data to be written back