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


1.2
date	93.03.24.20.42.35;	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 and sendmail binary
@
text
@#!/bin/sh
if [ $# -eq 0 ]; then
	PIDFILE=/var/run/sendmail.pid
	/bin/ps wwu`cat ${PIDFILE}`
else
	ps wwuax | egrep 'USER|sendmail'
fi
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
	PIDFILE=/etc/sendmail.pid
@
