Dirk Luetjens writes:
->
-> How can I invoke a rdist command as root to distribute the /usr/local/
-> tree to the other computers in the network?
First, make a file "distfile", which will look something like:
=====
MACHINES = ( machine-a machine-b machine-c )
FILES = ( /usr/local )
${FILES} -> ${MACHINES};
install ;
======
Save it as, say, /etc/distfile, and then just rdist -f /etc/distfile
HTH
-Larry
--
Larry Daffner | Linux: Unleash the workstation in your PC!
[EMAIL PROTECTED] / http://web2.airmail.net/vizzie/
One macine can do the work of fifty ordinary men. No machine can do the work of
one extraordinary man. --Elbert Hubbard
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]