summaryrefslogtreecommitdiff
path: root/net-mgmt/dhcp_probe/files/patch-src_daemonize.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/dhcp_probe/files/patch-src_daemonize.c')
-rw-r--r--net-mgmt/dhcp_probe/files/patch-src_daemonize.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/net-mgmt/dhcp_probe/files/patch-src_daemonize.c b/net-mgmt/dhcp_probe/files/patch-src_daemonize.c
deleted file mode 100644
index e81c1804f26f..000000000000
--- a/net-mgmt/dhcp_probe/files/patch-src_daemonize.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/daemonize.c.orig 2015-01-10 21:06:25.000000000 -0500
-+++ src/daemonize.c 2015-01-10 21:08:15.000000000 -0500
-@@ -39,6 +39,7 @@
- /* ignore HUP we will receive when session leader (first child) terminates */
- sigemptyset(&sa.sa_mask);
- sa.sa_handler = SIG_IGN;
-+ sa.sa_flags = 0;
- if (sigaction(SIGHUP, &sa, NULL) < 0) {
- report(LOG_ERR, "sigaction: %s", get_errmsg());
- report(LOG_NOTICE, "exiting");