diff options
author | 2011-04-16 12:09:05 +0000 | |
---|---|---|
committer | 2011-04-16 12:09:05 +0000 | |
commit | bebd1be43a1121805386fb92b8438edc6e6bf29e (patch) | |
tree | aad740ad4fe3fd3e6eb1b1d92d1b9579842dc2fd | |
parent | remove aucat(1) and midicat(1) socket paths from the FILES sections. (diff) | |
download | wireguard-openbsd-bebd1be43a1121805386fb92b8438edc6e6bf29e.tar.xz wireguard-openbsd-bebd1be43a1121805386fb92b8438edc6e6bf29e.zip |
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" /* |