/etc/conf.linuxconf is an ASCII file. Each line contains one configuration record. The format is trivial.
system.feature value ...
It is generally the name of a service.
This represents configuration information used by the service.
This is a string containing anything: words, numbers, etc.
Here is an example:
routed.gateway 1
This line tells the system that the
routed
daemon must export
its default route. The machine becomes a gateway.