diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-16 12:09:06 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-04-16 12:09:06 +0000 |
commit | a8b090fe5c119c0b7a2a53a66aa1de6940304776 (patch) | |
tree | bbce0eb8682bbaa243127a605f87e103d53552db | |
parent | a72b0a277c2877c655aa6f04793dac2bdab7b57d (diff) |
use "aucatN" for aucat(1) socket path and "midicatN" for midicat(1),
no need to increase entropy by inventing new names. Don't forget to
rebuild libsndio after this change
-rw-r--r-- | usr.bin/aucat/conf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/aucat/conf.h b/usr.bin/aucat/conf.h index 9ea32eb44ff..2c081a6f17d 100644 --- a/usr.bin/aucat/conf.h +++ b/usr.bin/aucat/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.17 2011/04/16 11:51:48 ratchov Exp $ */ +/* $OpenBSD: conf.h,v 1.18 2011/04/16 12:09:05 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -33,8 +33,8 @@ extern int debug_level; /* * socket and option names */ -#define MIDICAT_PATH "midithru" -#define AUCAT_PATH "softaudio" +#define MIDICAT_PATH "midicat" +#define AUCAT_PATH "aucat" #define DEFAULT_OPT "default" /* |