> I thought the most people used statically linked binaries of all the
 > cfengine executables, and put them in /var/cfengine/bin and copied
 > them down from a central location with their configuration.
 > 
 > You then may need to trigger a restart of cfexecd.

That's the most KISS way?

This stuff in update.conf...

  copy:
    $(cf_install_dir)/cfservd dest=$(workdir)/bin/cfservd
      mode=755 backup=false type=checksum
      define=restart_cfservd

  shellcommands:
    restart_cfservd::
      "/etc/init.d/cfservd stop"
      "/etc/init.d/cfservd start"

...has worked nicely for us.  YMMV, of course: it'll need
tweaking for systems that don't use SVR4-type Unix startup
scripts in /etc/init.d.

steve 
- - - 
systems & network manager
high energy physics
university of wisconsin



_______________________________________________
Help-cfengine mailing list
Help-cfengine@gnu.org
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to