349a158056
. rc script and service know to look in /usr/pkg/.. for extra binaries and conf files . service split into parsing config and doing RS request so that a new utility (printconfig) can just print the config in machine-parseable format for netconf integration . converted all base system eth drivers/netconf
7 lines
187 B
C
7 lines
187 B
C
|
|
struct rs_config {
|
|
struct rs_start rs_start; /* RS parameters */
|
|
const char *descr; /* human-readable description, if specified */
|
|
char *type; /* service type, if specified */
|
|
};
|
|
|