DragonFly commits List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sbin Makefile src/sbin/rconfig Makefile client.c defs.h rconfig.8 rconfig.c server.c subs.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]