summaryrefslogtreecommitdiff
path: root/security/gringotts
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-07-07 22:51:47 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-07-07 22:51:47 +0000
commitcf8f2c9d35116ae3fdc6435af7c27b70f719c781 (patch)
tree99538d94205babd50c8e787a49e95c01c0084af6 /security/gringotts
parentAdd ggv2 after a repo-copy from ggv. ggv2 is the GNOME 2.0 Postscript and (diff)
Re-enable exit when ulimit -Sc is not 0, as the author intends.
Notes
Notes: svn path=/head/; revision=62618
Diffstat (limited to 'security/gringotts')
-rw-r--r--security/gringotts/files/patch-grg_safe.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/gringotts/files/patch-grg_safe.c b/security/gringotts/files/patch-grg_safe.c
index eb2e024ffdaf..b25d6e6ae61d 100644
--- a/security/gringotts/files/patch-grg_safe.c
+++ b/security/gringotts/files/patch-grg_safe.c
@@ -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