-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:
parent
b4f62edceb
commit
60164a520b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user