summaryrefslogtreecommitdiffstats
path: root/etc/periodic/weekly/300.uucp
blob: a434f07e4183b111a6ea04cc7d96f4aca33b3436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -
#
# $Id: 300.uucp,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
#
# 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
OpenPOWER on IntegriCloud