CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/02/03 12:44:58
Modified files:
usr.bin/aucat : aucat.1 aucat.c conf.h listen.c
lib/libsndio : aucat.c sndio.h
Log message:
in server mode, create /tmp/aucat-userid/ directory with
permissions 0700, and create sockets in it. This prevents
one local user to eavesdrop or disturb audio programs of
other users.
if you're using the ``-s socket'' option with an absolute
path as argument, please update it to use a socket name.
requested by many, bits from jakemsr and otto
ok jakemsr