diff options
author | ache <ache@FreeBSD.org> | 2001-08-26 03:03:29 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-26 03:03:29 +0800 |
commit | 2a01a5e2955032b91beae1f39b6aaf74ee92b187 (patch) | |
tree | 33486cc9c93705d7a836ba8aa84caa98e5a7d6c0 | |
parent | 3cf5c133496998162f6ff082ce0cc87c8a1d363f (diff) | |
download | freebsd-ports-gnome-2a01a5e2955032b91beae1f39b6aaf74ee92b187.tar.gz freebsd-ports-gnome-2a01a5e2955032b91beae1f39b6aaf74ee92b187.tar.zst freebsd-ports-gnome-2a01a5e2955032b91beae1f39b6aaf74ee92b187.zip |
Remove workaround until I dig more on this - can't reproduce the bug now.
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac index 4f34c32528c7..4034fd087a30 100644 --- a/security/drweb-sendmail/files/patch-ac +++ b/security/drweb-sendmail/files/patch-ac @@ -1,14 +1,5 @@ --- dwf_main.c.orig Mon Jul 30 05:14:43 2001 +++ dwf_main.c Sat Aug 25 19:44:40 2001 -@@ -199,7 +199,7 @@ - dprintLib("Results: daemon return code %#x (%s)\n", retcode, getDaemonCode( retcode ) ); - } - } -- return retcode; -+ _exit(retcode); /* due to core dump in stdio cleanup() after signal */ - } - - /* ----------------------------------------------------------------------- */ @@ -251,7 +251,7 @@ wprintLib( "can not change directory to root" ); return -1; |