]> Pileus Git - ~andy/sunrise/blob - media-sound/soma/files/soma-2.4-pid.patch
media-sound/soma: New ebuild and patch for bug 176820
[~andy/sunrise] / media-sound / soma / files / soma-2.4-pid.patch
1 --- soma/daemon/main.c  2007/02/18 15:39:51     1.9
2 +++ soma/daemon/main.c  2007/05/03 09:13:17     1.10
3 @@ -401,9 +401,6 @@ main (int argc, char *argv[], char **arg
4    /* Check other somads */
5    check_pid ();
6  
7 -  /* Write the somad.pid */
8 -  write_pid ();
9 -
10    /**************** BUILDS THE TREES **********************/
11    build_data ();
12    build_palinsesto ();
13 @@ -421,6 +418,9 @@ main (int argc, char *argv[], char **arg
14    else
15      signal_small_off ();
16  
17 +  /* Write the somad.pid */
18 +  write_pid ();
19 +
20    /* ffmpeg init */
21    soma_stat_init ();