From 753aa8e6887dff00f2e2462373cf800bb2add9ae Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 12 May 2010 02:31:53 +0000 Subject: [PATCH] ipv6 fix, replace the Socket library calls with NetworkUtils subroutines git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6065 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/xCAT.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 5ade758af..f5667718d 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -134,12 +134,10 @@ fi %postun if [ "$1" = "0" ]; then %ifnos linux -if [ !"$1" = "2" ] if grep "^xcatd" /etc/inittab >/dev/null then /usr/sbin/rmitab xcatd >/dev/null fi -fi %endif true # so on aix we do not end up with an empty if stmt fi