#!/bin/sh
#
# $FreeBSD$
if [ -f /etc/Distfile ]; then
echo ""
echo "Running rdist with /etc/Distfile:"
rdist -f /etc/Distfile
fi