Please note: I'm not activating this until I successfully get the changes back into my local CVS repository to do one final check. Early adopters are welcome to send comments.
11 lines
129 B
Bash
Executable File
11 lines
129 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
if [ -d /var/spool/uucp -a -x /usr/bin/uustat ]; then
|
|
echo ""
|
|
echo "uucp status:"
|
|
uustat -a
|
|
fi
|