From be2f6b262c0520e1fe5cc1fb142890d433fc23ca Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 1 Oct 2012 16:37:08 +0000 Subject: [PATCH] routine should create synclist.cfm new each time. No use records should be in the file git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13919 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/CFMUtils.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-xCAT/xCAT/CFMUtils.pm b/perl-xCAT/xCAT/CFMUtils.pm index 3821c2310..3ce2f4bb5 100644 --- a/perl-xCAT/xCAT/CFMUtils.pm +++ b/perl-xCAT/xCAT/CFMUtils.pm @@ -385,6 +385,9 @@ sub updateCFMSynclistFile { } # get the user specified records in synclist file + # LKV should all no user records in the file. It should be + # created new each call. Remove this routine and all associated + # processing of user records my ($synced_ref, $append_ref, $execute_ref, $executealways_ref, $merge_ref) = getUserSynclistRecords($cfmsynclist, $cfmdir); my @synced = @$synced_ref; my @append = @$append_ref; @@ -652,6 +655,7 @@ sub updateCFMPkglistFile { =head3 getUserSynclistRecords Get the user specified records from synclist file. + LKV: This routine should be removed. There will be no user records Arguments: $synclist - the path for synclist file