From 354c66dec29bf626d1c088cf12cb9296e1d82619 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 4 Nov 2009 03:13:30 +0000 Subject: name cleanup diff --git a/options.c b/options.c index da0f149..dcd52ca 100644 --- a/options.c +++ b/options.c @@ -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] write pid to this file\n"); printf(" [-L|--log] :[,[,..]]\n"); printf(" add a log target, can be invoked several times\n"); - printf(" [-f|--config] the configuration file e.g. /etc/rhctl/rhctl.conf\n"); - printf(" [-s|--command-sock] the command socket e.g. /var/run/rhctl/cmd.sock\n"); + printf(" [-f|--config] the configuration file e.g. /etc/rhctl/switchctl.conf\n"); + printf(" [-s|--command-sock] the command socket e.g. /var/run/rhctl/switchctl.sock\n"); printf(" [-d|--device] the tty the audio switch is connected to\n"); } -- cgit v0.10.2