head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	93.03.24.20.41.47;	author md;	state Exp;
branches;
next	1.1;

1.1
date	91.01.03.01.44.32;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@update location of pid file.
@
text
@#!/bin/sh
PIDFILE=/var/run/sendmail.pid
kill -TERM `cat ${PIDFILE}`
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
PIDFILE=/etc/sendmail.pid
@
