#!/bin/sh -
#
# @(#)named.restart 5.4 (Berkeley) 6/27/89
PATH=/bin:/sbin:/usr/sbin:/usr/bin
kill -s KILL `cat /var/run/named.pid`
named