summaryrefslogtreecommitdiffstats
path: root/source/a/dcron/dcron.fork.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dcron/dcron.fork.diff')
-rw-r--r--source/a/dcron/dcron.fork.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/a/dcron/dcron.fork.diff b/source/a/dcron/dcron.fork.diff
new file mode 100644
index 000000000..b3aefc054
--- /dev/null
+++ b/source/a/dcron/dcron.fork.diff
@@ -0,0 +1,11 @@
+--- ./job.c.orig 2005-09-11 16:36:43.000000000 -0700
++++ ./job.c 2005-09-11 16:37:51.000000000 -0700
+@@ -51,7 +51,7 @@
+ */
+
+ if (ChangeUser(file->cf_User, 1) < 0)
+- return;
++ exit(0);
+
+ if (DebugOpt)
+ log(5, "Child Running %s\n", line->cl_Shell);