diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-17 15:35:15 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-17 15:35:15 (GMT) |
commit | b1ae0fb1e45f4d6cc79200b30b18a7aac0f9b7de (patch) | |
tree | 69ed56187e94ca1ecd2cef2a082aef769dc05eac /options.c | |
parent | 0e5843d0ab4bed1a8bf9afb11834b4cc71d11adf (diff) |
added dependency to udev and init script for it
removed dependency to socat (not working anyway)
some fixes at openwrt package
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ int options_parse(options_t* opt, int argc, char* argv[]) PARSE_STRING_PARAM("-C","--chroot", opt->chroot_dir_) PARSE_STRING_PARAM("-P","--write-pid", opt->pid_file_) PARSE_STRING_LIST("-L","--log", opt->log_targets_) - PARSE_STRING_PARAM("-s","--socket", opt->command_sock_) + PARSE_STRING_PARAM("-s","--command-sock", opt->command_sock_) PARSE_STRING_PARAM("-b","--baudrate", baudrate) #ifdef OPT_SWITCHCTL PARSE_STRING_PARAM("-f","--config", opt->conf_file_) |