summaryrefslogtreecommitdiff
path: root/net-mgmt/dhcp_probe/files/patch-src_daemonize.c
diff options
context:
space:
mode:
authorKevin Hung <khung@nullaxiom.com>2021-05-22 10:40:42 -0700
committerNeel Chauhan <nc@FreeBSD.org>2021-05-22 10:41:20 -0700
commit2c9daf663dd7190d1495c2b6120e9dd2bbb8244b (patch)
tree323b527c30aa193013a707c9b9a48f8849dde789 /net-mgmt/dhcp_probe/files/patch-src_daemonize.c
parentbenchmarks/phoronix-test-suite: Update to 10.4.0 (diff)
net-mgmt/dhcp_probe: Update to 1.3.1
PR: 256053
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");