]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-main.cc
reenable support for -s (and co) in apt-get source
[apt.git] / apt-private / private-main.cc
index 2d3965172b02227d21a1c200c2db5462846b1934..668b1733ae683b1e252f29e34fe211d4229c4111 100644 (file)
@@ -8,9 +8,18 @@
 #include <iostream>
 #include <string.h>
 #include <unistd.h>
+#include <signal.h>
 
 #include <apti18n.h>
 
+
+void InitSignals()
+{
+   // Setup the signals
+   signal(SIGPIPE,SIG_IGN);
+}
+
+
 void CheckSimulateMode(CommandLine &CmdL)
 {
    // simulate user-friendly if apt-get has no root privileges