summaryrefslogtreecommitdiffstats
path: root/audio/esound/files
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-10-05 23:03:44 +0000
committerade <ade@FreeBSD.org>2000-10-05 23:03:44 +0000
commit12c079a985193682bfd4f330e39d809bdac43a1b (patch)
tree7b7cdf1ac9148d6e2a06b5dcb6e681775deed2b6 /audio/esound/files
parent85697e191a82e626302a5af3b36bb95e00b2e181 (diff)
downloadFreeBSD-ports-12c079a985193682bfd4f330e39d809bdac43a1b.zip
FreeBSD-ports-12c079a985193682bfd4f330e39d809bdac43a1b.tar.gz
Update to 0.2.20
Diffstat (limited to 'audio/esound/files')
-rw-r--r--audio/esound/files/patch-ab2
-rw-r--r--audio/esound/files/patch-ac13
2 files changed, 1 insertions, 14 deletions
diff --git a/audio/esound/files/patch-ab b/audio/esound/files/patch-ab
index e9adf47..10d7e65 100644
--- a/audio/esound/files/patch-ab
+++ b/audio/esound/files/patch-ab
@@ -6,7 +6,7 @@
/* path and name of the default EsounD domain socket */
+#if 0
#define ESD_UNIX_SOCKET_DIR "/tmp/.esd"
- #define ESD_UNIX_SOCKET_NAME ESD_UNIX_SOCKET_DIR ## "/" ## "socket"
+ #define ESD_UNIX_SOCKET_NAME ESD_UNIX_SOCKET_DIR "/socket"
+#else
+char *esd_unix_socket_dir(void);
+char *esd_unix_socket_name(void);
diff --git a/audio/esound/files/patch-ac b/audio/esound/files/patch-ac
index f493138..9a72869 100644
--- a/audio/esound/files/patch-ac
+++ b/audio/esound/files/patch-ac
@@ -17,16 +17,3 @@
}
if (access(ESD_UNIX_SOCKET_NAME, R_OK | W_OK) == -1)
{
-@@ -317,9 +317,9 @@
- /* let anyone access esd's socket - but we have authentication so they */
- /* wont get far if they dont have the auth key */
- chmod(ESD_UNIX_SOCKET_NAME,
-- S_IRUSR|S_IWUSR|S_IXUSR|
-- S_IRGRP|S_IWGRP|S_IXGRP|
-- S_IROTH|S_IWOTH|S_IXOTH);
-+ S_IRUSR|S_IWUSR|
-+ S_IRGRP|
-+ S_IROTH);
- }
- if (listen(socket_listen,16)<0)
- {
OpenPOWER on IntegriCloud