Re: copy: ignore= option

2006-07-14 Thread Brian C. Hill
ng. Brian == On Fri, Jul 14, 2006 at 05:06:18PM -0700, Brian C. Hill wrote: > I am trying to cop a directory tree to the clients from the master, > with 2 exceptions: /usr/pkg/src and /usr/pkg/ossrc. > > This will skip /usr/pkg/ossrc... > > /usr/pkg server=

copy: ignore= option

2006-07-14 Thread Brian C. Hill
I am trying to cop a directory tree to the clients from the master, with 2 exceptions: /usr/pkg/src and /usr/pkg/ossrc. This will skip /usr/pkg/ossrc... /usr/pkg server=master ignore=/usr/pkg/ossrc /usr/pkg ... and this will skip /usr/pkg/src ...

Re: copy: question

2006-07-13 Thread Brian C. Hill
ectory in one statement. > > -Jason Martin > -- > Never mind the facts - I know what I know. > This message is PGP/MIME signed. -- _____ / Brian C. Hill [EMAIL PROTECTED] http://bria

copy: question

2006-07-10 Thread Brian C. Hill
Hello, I want to copy some specific files to a jumpstart root. Since cfengine will only do file->file dir->dir, this does not seem possible to do with cfengine in one short statement as it is with rsync, rdist, find/cpio, tar, etc.. Here is a short example: source

elapsed time

2006-06-14 Thread Brian C. Hill
Is there anyway to tell cfagent to not pay attention to the elapsed time? I cannot find anything to disable this behavior. I am testing and want the rules to fire each time run cfagent without a delay... cfagent -vq is what I am doing right now. Brian __

cfexecd: how it finds cfagent

2006-05-03 Thread Brian C. Hill
Judging from the code, it looks as if cfagent has to be found via /bin/cfagent, where is defined by the --with-workdir compile-time directive. Must it be so? Is there no other way to configure the location of cfexecd it at run-time? cfservd's location for cfagent is confi