1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Re-enable exit when ulimit -Sc is not 0, as the author intends.

This commit is contained in:
Anders Nordby 2002-07-07 22:51:47 +00:00
parent b0040298ad
commit cf8f2c9d35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62618

View File

@ -36,14 +36,3 @@
//drop root privileges
setuid(getuid());
@@ -181,8 +184,8 @@
if (ulimit != '0')
{
- g_critical ("%s", _("Your shell is configured to produce core dumps. I cannot go on. Please run gringotts via its shell script."));
- return FALSE;
+ g_critical ("%s", _("Your shell is configured to produce core dumps."));
+// return FALSE;
}
//checks that stderr, stdin & stdout are opened