Using HP-UX Internet Services (August 2003)

Distributing Files Using rdist
Starting rdist
Chapter 552
Example Output on the Master Host
Following is the output displayed on the standard output on the master
host, when rdist is started without command-line options:
% /usr/bin/rdist
updating host lassie
installing: myprog.c
special "cc"
notify @lassie (bentley@tbear)
updating host benji
installing: myprog.c
special "cc"
notify @benji (bentley@tbear)
An example distfile is as follows:
HOSTS = (lassie benji )
FILES = ( myprog.c )
${FILES} -> ${HOSTS}
install;
special "cc";
notify bentley@tbear;