summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/320.rdist
blob: 267315271706e9685b7187a272aa570edc2aeca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $FreeBSD$
#

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

    rdist -f /etc/Distfile
fi
OpenPOWER on IntegriCloud