summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/soma/files/soma-2.4-pid.patch')
-rw-r--r--media-sound/soma/files/soma-2.4-pid.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-sound/soma/files/soma-2.4-pid.patch b/media-sound/soma/files/soma-2.4-pid.patch
deleted file mode 100644
index fe7eeb968..000000000
--- a/media-sound/soma/files/soma-2.4-pid.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- soma/daemon/main.c 2007/02/18 15:39:51 1.9
-+++ soma/daemon/main.c 2007/05/03 09:13:17 1.10
-@@ -401,9 +401,6 @@ main (int argc, char *argv[], char **arg
- /* Check other somads */
- check_pid ();
-
-- /* Write the somad.pid */
-- write_pid ();
--
- /**************** BUILDS THE TREES **********************/
- build_data ();
- build_palinsesto ();
-@@ -421,6 +418,9 @@ main (int argc, char *argv[], char **arg
- else
- signal_small_off ();
-
-+ /* Write the somad.pid */
-+ write_pid ();
-+
- /* ffmpeg init */
- soma_stat_init ();