From 60164a520b57296eabc68817ef9ea6de50b55f02 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 2 Jul 2008 15:22:30 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/hosts.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/hosts.pm b/xCAT-server/lib/xcat/plugins/hosts.pm index acddc90c7..27075de2f 100644 --- a/xCAT-server/lib/xcat/plugins/hosts.pm +++ b/xCAT-server/lib/xcat/plugins/hosts.pm @@ -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