On Mon, 2006-03-20 at 15:39 -0500, Nick Smith wrote: > > > > > > > > you could just put bacula into your own local repo and then install it > > > > from there. > > > > > > > > -sv > > > > keep what repo? > > > > -sv > > > > the repo above that you said i could put bacula in. you make a local repo: mkdir /tmp/myrepo cp bacula*.rpm /tmp/myrepo yum-arch /tmp/myrepo $EDITOR /etc/yum.conf then add [myrepo] name=myrepo baseurl=file:///tmp/myrepo save the file tada! -sv