From fc923f29dcb6574666a281f57843f8293daa3445 Mon Sep 17 00:00:00 2001
From: lissav <lissav@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd>
Date: Tue, 15 Apr 2008 19:02:56 +0000
Subject: [PATCH]  touch xCATSN

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1071 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
---
 xCAT-server-2.0/sbin/copycerts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xCAT-server-2.0/sbin/copycerts b/xCAT-server-2.0/sbin/copycerts
index e94cc3856..a115281a0 100644
--- a/xCAT-server-2.0/sbin/copycerts
+++ b/xCAT-server-2.0/sbin/copycerts
@@ -133,7 +133,6 @@ sub copyCertstoSN
     }
     #   TODO fix for SuSE  and AIX
     `service xcatd restart`;
-    `service postgresql restart`;
     return $rc;
 }