Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176820
Collapse All | Expand All

(-)soma/daemon/main.c (-3 / +3 lines)
Lines 401-409 main (int argc, char *argv[], char **arg Link Here
401
  /* Check other somads */
401
  /* Check other somads */
402
  check_pid ();
402
  check_pid ();
403
403
404
  /* Write the somad.pid */
405
  write_pid ();
406
407
  /**************** BUILDS THE TREES **********************/
404
  /**************** BUILDS THE TREES **********************/
408
  build_data ();
405
  build_data ();
409
  build_palinsesto ();
406
  build_palinsesto ();
Lines 421-426 main (int argc, char *argv[], char **arg Link Here
421
  else
418
  else
422
    signal_small_off ();
419
    signal_small_off ();
423
420
421
  /* Write the somad.pid */
422
  write_pid ();
423
424
  /* ffmpeg init */
424
  /* ffmpeg init */
425
  soma_stat_init ();
425
  soma_stat_init ();

Return to bug 176820