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
This commit is contained in:
ligc 2010-05-12 02:31:53 +00:00
parent 4de6fcf10b
commit 753aa8e688

View File

@ -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