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:
parent
4de6fcf10b
commit
753aa8e688
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user