summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-04 03:13:30 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-04 03:13:30 (GMT)
commit354c66dec29bf626d1c088cf12cb9296e1d82619 (patch)
tree011234aebb0b460fda01ff5f99847bd09074177e /options.c
parentbb4a1f01ff4dd9650f0dec7085ae7733373b42cf (diff)
name cleanup
Diffstat (limited to 'options.c')
-rw-r--r--options.c8
1 files changed, 4 insertions, 4 deletions
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] <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");
}