#!/bin/sh 
#
# preremove
#
# "@(#)preremove 1.8     95/08/22 SMI"

if [ -f /etc/init.d/isppp ]; then
	/etc/init.d/isppp stop
fi
if [ -f /etc/init.d/issec ]; then
	/etc/init.d/issec stop
fi

#modunload -i 0 # Solaris bug , openwin cursor vanishes
exit 0
