summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/320.rdist
blob: 6299d8a1d417ebd76fa0963673f1c55429f4494c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id: 320.rdist,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
#

if [ -f /etc/Distfile ]; then
    echo ""
    echo "Running rdist with /etc/Distfile:"

    rdist -f /etc/Distfile
fi
OpenPOWER on IntegriCloud