freebsd-dev/etc/periodic/daily/320.rdist
1999-08-27 23:37:10 +00:00

12 lines
145 B
Bash
Executable File

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