aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c')
-rw-r--r--sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c b/sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c
deleted file mode 100644
index bfd3558e859e..000000000000
--- a/sysutils/sge61/files/patch-daemons_execd_execd__signal__queue.c
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- daemons/execd/execd_signal_queue.c.orig
-+++ daemons/execd/execd_signal_queue.c
-@@ -542,11 +542,11 @@
- ** execd.uid==0 && execd.euid==admin_user
- ** => kill does neither send SIGCONT-signals nor return an error
- */
--#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN)
-+#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN) || defined(FREEBSD)
- sge_switch2start_user();
- #endif
- if (kill(pid, direct_signal?sig:SIGTTIN)) {
--#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN)
-+#if defined(NECSX4) || defined(NECSX5) || defined(DARWIN) || defined(FREEBSD)
- sge_switch2admin_user();
- #endif
- if (errno == ESRCH)
-@@ -554,7 +554,7 @@
- DEXIT;
- return -1;
- }
--#if defined(NECSX4) || defined(NECSX5)
-+#if defined(NECSX4) || defined(NECSX5) || defined(FREEBSD)
- sge_switch2admin_user();
- #endif
-