11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# $Id: 320.rdist,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
|
||
|
#
|
||
|
|
||
|
if [ -f /etc/Distfile ]; then
|
||
|
echo ""
|
||
|
echo "Running rdist with /etc/Distfile:"
|
||
|
rdist -f /etc/Distfile
|
||
|
fi
|