Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 1999 00:05:50 +0900 (JST)
From:      "Daniel C. Sobral" <dcs@newsguy.com>
To:        freebsd-hackers@freebsd.org
Subject:   rc.conf/loader.conf manipulation library
Message-ID:  <199912141505.AAA02382@daniel.sobral>

next in thread | raw e-mail | index | archive | help
I have been working on a library to manipulate files in the general
format of rc.conf and loader.conf. This library will see use in
sysinstall, enabling it to change any variable in these files, and
removing that horrible "append changes" behavior. :-) As a bonus, I plan
to at a "install splash screen" option to sysinstall.

This library can also be used as back-end by any other programs wishing
to manipulate these files, or any other files in the same format. Anyone
wishing to review it, please get it at:

http://www.freebsd.org/~dcs/libconf19991215.tar.gz

It has two example programs: chconf and prog. The first one is a cli to
changing these files, and the second one is an example of a number of
ways to iterate through the data read from these configuration files.

A man page is in the works. Meanwhile, any suggestions feedback is
welcome.

-- 
Daniel C. Sobral		  (8-DCS)
dcs@newsguy.com
dcs@freebsd.org

If you don't have time to do it right, where
are you going to find the time to do it over?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912141505.AAA02382>