mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-28 08:55:52 +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:
@ -123,3 +123,9 @@ fi
|
||||
/install/postscripts
|
||||
/install/prescripts
|
||||
%defattr(-,root,root)
|
||||
|
||||
%postun
|
||||
%ifnos linux
|
||||
/usr/sbin/rmitab xcatd
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user