From d07bffa0cfdf75712ac468d7b4cb5062404588ef Mon Sep 17 00:00:00 2001 From: daniceexi Date: Fri, 16 Apr 2010 09:39:07 +0000 Subject: [PATCH] defect 2988132: remove the code which removing the xcatd entry from /etc/iniitab git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5791 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 6203b9791..847eff1fa 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -129,11 +129,3 @@ fi /install/prescripts %defattr(-,root,root) -%postun -%ifnos linux -if grep "^xcatd" /etc/inittab >/dev/null -then - /usr/sbin/rmitab xcatd >/dev/null -fi -%endif -