diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2018-07-28 09:07:49 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2018-07-28 09:07:49 +0000 |
commit | 759d7f59363d134a200dd709b291a59209571b2c (patch) | |
tree | d9a148576f02e1934f4e1b2540970a93d4b709a9 /lib/libsndio/amsg.h | |
parent | 0ce8f360213e053f01b824dd766c0ff48fef3293 (diff) |
Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoid
wondering what are these "aucat" files in /tmp.
"make sense" deraadt
Diffstat (limited to 'lib/libsndio/amsg.h')
-rw-r--r-- | lib/libsndio/amsg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libsndio/amsg.h b/lib/libsndio/amsg.h index a9f5e125726..760f7ec7ad8 100644 --- a/lib/libsndio/amsg.h +++ b/lib/libsndio/amsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.10 2016/01/09 08:27:24 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.11 2018/07/28 09:07:48 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -24,11 +24,11 @@ * * DIR [ '-' UID ] '/' FILE UNIT * - * example: "/tmp/aucat-1000/aucat0" + * example: "/tmp/sndio-1000/sock0" * */ -#define SOCKPATH_DIR "/tmp/aucat" -#define SOCKPATH_FILE "aucat" +#define SOCKPATH_DIR "/tmp/sndio" +#define SOCKPATH_FILE "sock" #define SOCKPATH_MAX (1 + \ sizeof(SOCKPATH_DIR) - 1 + \ sizeof(char) + \ |