cvs commit: src/sbin Makefile src/sbin/rconfig Makefile client.c defs.h rconfig.8 rconfig.c server.c subs.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 17 19:47:56 PDT 2004


dillon      2004/06/17 19:46:46 PDT

DragonFly src repository

  Modified files:
    sbin                 Makefile 
  Added files:
    sbin/rconfig         Makefile client.c defs.h rconfig.8 
                         rconfig.c server.c subs.c 
  Log:
  Write a remote configuration utility called 'rconfig'.  This initial
  implementation is very basic and designed to be convienient.  It allows a
  CD user to scan the network for configuration servers, download a
  configuration script based on a tag name, and execute that script all in
  one simple command.  Running the rconfig server is just as easy... you
  basically just run the server -a -s and put your scripts in
  /usr/local/etc/rconfig/<tagname>.sh and you are done.
  
  Of course the scripts themselves have to be written and can certainly become
  quite complex.
  
  In order to use rconfig from a CD Boot at least one network interface must
  be properly configured.  The dhclient program is usually used to accomplish
  this.
  
  Revision  Changes    Path
  1.6       +1 -0      src/sbin/Makefile


http://www.dragonflybsd.org/cvsweb/src/sbin/Makefile.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list