Changed /usr/sbin/mailq to /usr/bin/mailq

This commit is contained in:
Dag-Erling Smørgrav 1998-04-17 22:53:59 +00:00
parent dc73342347
commit 03d4e44189

View file

@ -1,8 +1,8 @@
#!/bin/sh
#
# $Id: 440.status-mailq,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
# $Id: 440.status-mailq,v 1.2 1998/01/18 22:28:06 wosch Exp $
#
if [ -x /usr/sbin/mailq -a -d /var/spool/mqueue ] ; then
if [ -x /usr/bin/mailq -a -d /var/spool/mqueue ] ; then
echo ""
echo "Mail in local queue:"