#!/bin/sh

if [ -e /etc/init.d/ciplushelper ]; then
	/etc/init.d/ciplushelper stop
elif [ -e /etc/init.d/cihelper.sh ]; then
	/etc/init.d/cihelper.sh stop
fi

exit 0


