From db19c72268b2fecd21c1d5d1c03e41a077590079 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Thu, 22 May 2008 00:11:51 +0000 Subject: [PATCH] copycerts no longer needs to copy cfgloc git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1474 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/sbin/copycerts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/xCAT-server-2.0/sbin/copycerts b/xCAT-server-2.0/sbin/copycerts index 2395b80fb..ed55f3dc9 100644 --- a/xCAT-server-2.0/sbin/copycerts +++ b/xCAT-server-2.0/sbin/copycerts @@ -81,16 +81,6 @@ sub copyCertstoSN { xCAT::MsgUtils->message('S', "/xcatpost/ca directory does not exist\n"); - } - if (-d "/xcatpost/etc/xcat") { - `cp -f /xcatpost/etc/xcat/cfgloc /etc/xcat/cfgloc`; - chmod 0600, "/etc/xcat/cfgloc"; - } - else - { - xCAT::MsgUtils->message('S', - "/xcatpost/etc/xcat directory does not exit\n"); - } return $rc; }