freebsd-dev/etc/periodic/weekly/300.uucp
1999-08-27 23:37:10 +00:00

14 lines
296 B
Bash
Executable File

#!/bin/sh -
#
# $FreeBSD$
#
# This is really here for backwards compatibility, clean.weekly is not
# created by default anymore.
if [ -d /var/spool/uucp -a -f /usr/libexec/uucp/clean.weekly ]; then
echo ""
echo "Cleaning up UUCP:"
echo /usr/libexec/uucp/clean.weekly | su daemon
fi