Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.vbc.net!samba.rahul.net!rahul.net!a2i!news.PBI.net!nntp-hub2.barrnet.net!cpk-news-hub1.bbnplanet.com!www.nntp.primenet.com!nntp.primenet.com!arclight.uoregon.edu!news.bc.net!news.lynx.bc.ca!usenet From: "S. L. Chan" <slechan@lynx.bc.ca> Newsgroups: comp.unix.bsd.bsdi.misc Subject: Re: Rdist Date: Fri, 18 Oct 1996 12:57:33 -0700 Organization: Delta Force Enterprises Lines: 23 Message-ID: <3267E12D.743C@lynx.bc.ca> References: <325F07C9.6DC0@lynx.bc.ca> <53pocr$8ov@nntp.igs.net> NNTP-Posting-Host: le1.lynx.bc.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (Win95; I) Thanks for everyone's response. I have tried the /etc/hosts.equiv and it did work. However, the file orginally to be updated is own by root and I have to put a superuser (not root) in the distfile in order for rdist to work and after those files are updated, they were all own by that superuser (not by root anymore). How can I preserve the owner of the files that I want to copy over the LAN? (When I put root login in the distfile, "permission denie came out again. But I remember the man page example uses root!) Thanks S L Chan Mat Trudel wrote: > > >HOST = ( host1.abc.com ) > >FILES = ( /usr/local/bin/test1 ) > >${FILES} -> ${HOST} > >updating host1.abc.com > >Permission denied > >I think I missed something but I cannot find the relevant info from the > >man pages. Could someone point me to the right direction? >