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:
parent
8df1e87c62
commit
5946bda777
@ -123,3 +123,9 @@ fi
|
||||
/install/postscripts
|
||||
/install/prescripts
|
||||
%defattr(-,root,root)
|
||||
|
||||
%postun
|
||||
%ifnos linux
|
||||
/usr/sbin/rmitab xcatd
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user