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
This commit is contained in:
lissav 2012-10-01 16:37:08 +00:00
parent 0c5426ead0
commit be2f6b262c

View File

@ -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