From 4656cc9ddbf473c9183cc5b052246d7904cc86b2 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 1 Mar 2011 15:30:00 +0000 Subject: [PATCH] rollback the change in r8946 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8947 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/Postage.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xCAT-server/lib/perl/xCAT/Postage.pm b/xCAT-server/lib/perl/xCAT/Postage.pm index 39e68cd7d..6bd9f908e 100644 --- a/xCAT-server/lib/perl/xCAT/Postage.pm +++ b/xCAT-server/lib/perl/xCAT/Postage.pm @@ -629,12 +629,6 @@ sub makescript } } } - - # touch the /etc/xCATSN when it is a service node - if (xCAT::Utils->isSN($node)) { - push @scriptd, "touch /etc/xCATSN"; - } - ###Please do not remove or modify this line of code!!! xcatdsklspost depends on it push @scriptd, "# postscripts-start-here\n";