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
This commit is contained in:
daniceexi 2010-04-16 09:39:07 +00:00
parent c2eca76b66
commit d07bffa0cf

View File

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