rdmenezes / remote-testbed

Automatically exported from code.google.com/p/remote-testbed
0 stars 1 forks source link

Replace boost::program_options with small custom configuration parser #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The dependency on boost::program_options is overkill and it is a major pain
to have to install/compile (parts of) boost, especially on small systems,
just to read a very simple config file.

A custom configuration parser could also allow more flexible option
handling. For example so that options can be specified both on the command
line and in the configuration file:

   $ remote-mch --deamonize --pidfile=/var/run/remote/mch.pid

Original issue reported on code.google.com by jonas.fonseca on 21 Mar 2008 at 9:43

GoogleCodeExporter commented 9 years ago
Fixed in 41de6aa9e0e72ef6fa5689c319f30e70841304a4: Issue 31: Add custom config 
module.

Original comment by jonas.fonseca on 4 Jun 2008 at 2:15