#!/bin/bash

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

