summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/esound/files/patch-ac19
1 files changed, 10 insertions, 9 deletions
diff --git a/audio/esound/files/patch-ac b/audio/esound/files/patch-ac
index b26759a..f493138 100644
--- a/audio/esound/files/patch-ac
+++ b/audio/esound/files/patch-ac
@@ -1,22 +1,23 @@
---- esd.c.orig Tue Apr 4 23:20:08 2000
-+++ esd.c Sat Sep 23 16:13:26 2000
-@@ -218,13 +218,9 @@
- if (access(ESD_UNIX_SOCKET_DIR, R_OK | W_OK) == -1)
+--- esd.c.orig Tue Apr 4 11:20:08 2000
++++ esd.c Thu Jun 29 23:34:18 2000
+@@ -219,12 +219,12 @@
{
mkdir(ESD_UNIX_SOCKET_DIR,
-- S_IRUSR|S_IWUSR|S_IXUSR|
+ S_IRUSR|S_IWUSR|S_IXUSR|
- S_IRGRP|S_IWGRP|S_IXGRP|
- S_IROTH|S_IWOTH|S_IXOTH);
-+ S_IRUSR|S_IWUSR|S_IXUSR);
++ S_IRGRP|S_IXGRP|
++ S_IROTH|S_IXOTH);
chmod(ESD_UNIX_SOCKET_DIR,
-- S_IRUSR|S_IWUSR|S_IXUSR|
+ S_IRUSR|S_IWUSR|S_IXUSR|
- S_IRGRP|S_IWGRP|S_IXGRP|
- S_IROTH|S_IWOTH|S_IXOTH);
-+ S_IRUSR|S_IWUSR|S_IXUSR);
++ S_IRGRP|S_IXGRP|
++ S_IROTH|S_IXOTH);
}
if (access(ESD_UNIX_SOCKET_NAME, R_OK | W_OK) == -1)
{
-@@ -317,9 +313,9 @@
+@@ -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,
OpenPOWER on IntegriCloud