UUCP Cleanup should be done by the UUCP user.

PR:		bin/7749
Submitted by:	Ruslan Ermilov <ru@ucb.crimea.ua>
This commit is contained in:
billf 1999-01-01 21:07:39 +00:00
parent 909f97e4b4
commit 7368cdd0db

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 340.uucp,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
# $Id: 340.uucp,v 1.2 1997/08/17 17:55:32 pst Exp $
#
# Local cleanup of UUCP files. This is for backwards compatibility,
# /etc/uuclean.daily doesn't exist by default.
@ -9,6 +9,6 @@ if [ -d /var/spool/uucp -a -f /etc/uuclean.daily ]; then
echo ""
echo "Cleaning up UUCP:"
echo /etc/uuclean.daily | su daemon
echo /etc/uuclean.daily | su -m uucp
fi