head	1.2;
access;
symbols
	v8_3_1:1.1.1.1 ISC:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2002.02.06.16.31.37;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2002.02.04.19.12.36;	author nectar;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.02.04.19.12.36;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove files that shouldn't have been imported.
These will be surgically removed from the repository.

Approved by:	markm
(with a CVS Meister hat on)
@
text
@#!/bin/sh

trap "" 1
sleep 60
while :; do
	/usr/sbin/named -f >> /var/log/named 2>&1 < /dev/null
	/usr/ucb/logger -p emerg "named restart"
	sleep 32
done

exit
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import of ISC BIND 8.3.1-REL.
@
text
@@
