*BSD News Article 80478


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!newsfeed.direct.ca!nntp.portal.ca!news.bc.net!news.lynx.bc.ca!usenet
From: "S. L. Chan" <slechan@lynx.bc.ca>
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Rdist
Date: Fri, 11 Oct 1996 19:51:53 -0700
Organization: Delta Force Enterprises
Lines: 28
Message-ID: <325F07C9.6DC0@lynx.bc.ca>
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)

Hi there,

I was trying to update a set of files under couple directories to other
hosts on the network and I was trying to use rdist to do it.

After go through the man pages and I write up a simple distfile and try.

the distfile is something like:

HOST = ( host1.abc.com )

FILES = ( /usr/local/bin/test1 )

${FILES} -> ${HOST}


However when I run it "rdist -f distfile" I got:

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?

Thanks

S.L. Chan