5+ years since aucat was renamed to sndiod; IMHO, we should have
renamed the socket to remove reference to aucat. This avoids wondering
what are these "aucat" files in /tmp.

The socket is only used for IPC between libsndio and sndiod; so you
only need to rebuild and reinstall libsndio and sndiod.

Thoughts? OK?

Index: amsg.h
===================================================================
RCS file: /cvs/src/lib/libsndio/amsg.h,v
retrieving revision 1.10
diff -u -p -r1.10 amsg.h
--- amsg.h      9 Jan 2016 08:27:24 -0000       1.10
+++ amsg.h      27 Jul 2018 06:42:24 -0000
@@ -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) +                  \

Reply via email to