mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Changed /usr/sbin/mailq to /usr/bin/mailq
This commit is contained in:
parent
dc73342347
commit
03d4e44189
1 changed files with 2 additions and 2 deletions
|
|
@ -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:"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue