]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ignore sigpipe signal
authorRay Strode <rstrode@redhat.com>
Fri, 24 Oct 2008 16:56:07 +0000 (12:56 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 24 Oct 2008 17:24:53 +0000 (13:24 -0400)
src/main.c

index 99db9e223abd6a4a7e80fd6dda2dc59eabc0e6f0..9fb75133f36c80caefed133553a40fffe98ddfe0 100644 (file)
@@ -753,6 +753,7 @@ main (int    argc,
     }
 
   chdir ("/");
+  signal (SIGPIPE, SIG_IGN);
 
   daemon_handle = ply_create_daemon ();