2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

remove the xcatd entry from /etc/inittab when uninstall the xCAT package

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5142 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-02-04 11:09:35 +00:00
parent 8df1e87c62
commit 5946bda777

View File

@ -123,3 +123,9 @@ fi
/install/postscripts
/install/prescripts
%defattr(-,root,root)
%postun
%ifnos linux
/usr/sbin/rmitab xcatd
%endif