#!/bin/sh

if [ -x /etc/init.d/nis ]
then
	/etc/init.d/nis stop
fi

exit 0
