ad34f5a438
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
12 lines
190 B
Bash
Executable File
12 lines
190 B
Bash
Executable File
#!/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
|