From 5946bda777cd9c98959a6e33c7cb34fb0c17328f Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 4 Feb 2010 11:09:35 +0000 Subject: [PATCH] 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 --- xCAT/xCAT.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 664b5f74c..e88e402a3 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -123,3 +123,9 @@ fi /install/postscripts /install/prescripts %defattr(-,root,root) + +%postun +%ifnos linux +/usr/sbin/rmitab xcatd +%endif +