diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-04 03:13:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-04 03:13:30 (GMT) |
commit | 354c66dec29bf626d1c088cf12cb9296e1d82619 (patch) | |
tree | 011234aebb0b460fda01ff5f99847bd09074177e | |
parent | bb4a1f01ff4dd9650f0dec7085ae7733373b42cf (diff) |
name cleanup
-rw-r--r-- | options.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -201,8 +201,8 @@ void options_default(options_t* opt) opt->pid_file_ = NULL; string_list_init(&opt->log_targets_); - opt->conf_file_ = strdup("/etc/rhctl/rhctl.conf"); - opt->command_sock_ = strdup("/var/run/rhctl/cmd.sock"); + opt->conf_file_ = strdup("/etc/rhctl/switchctl.conf"); + opt->command_sock_ = strdup("/var/run/rhctl/switchctl.sock"); opt->switch_dev_ = strdup("/dev/audioswitch"); } @@ -242,8 +242,8 @@ void options_print_usage() printf(" [-P|--write-pid] <path> write pid to this file\n"); printf(" [-L|--log] <target>:<level>[,<param1>[,<param2>..]]\n"); printf(" add a log target, can be invoked several times\n"); - printf(" [-f|--config] <file> the configuration file e.g. /etc/rhctl/rhctl.conf\n"); - printf(" [-s|--command-sock] <unix sock> the command socket e.g. /var/run/rhctl/cmd.sock\n"); + printf(" [-f|--config] <file> the configuration file e.g. /etc/rhctl/switchctl.conf\n"); + printf(" [-s|--command-sock] <unix sock> the command socket e.g. /var/run/rhctl/switchctl.sock\n"); printf(" [-d|--device] <tty> the tty the audio switch is connected to\n"); } |