mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Added a limitation for dumped core size.
This commit is contained in:
parent
64be183c10
commit
cc947348fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22355
@ -14,6 +14,7 @@ export XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
|
||||
export XAPPLRESDIR=@RDIR@
|
||||
export TIMID_DIR=/usr/local/lib/timidity
|
||||
export XCMSDB=/dev/null
|
||||
ulimit -c 0
|
||||
if [ -e /usr/local/lib/aout/libxpg4-ns.so.2.0 ]; then
|
||||
export LD_PRELOAD=/usr/local/lib/aout/libxpg4-ns.so.2.0
|
||||
elif [ x$JA_NETSCAPE_USE_LD_PRELOAD != x -a x$JA_NETSCAPE_USE_LD_PRELOAD != xno ]; then
|
||||
|
@ -14,6 +14,7 @@ export XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
|
||||
export XAPPLRESDIR=@RDIR@
|
||||
export TIMID_DIR=/usr/local/lib/timidity
|
||||
export XCMSDB=/dev/null
|
||||
ulimit -c 0
|
||||
if [ -e /usr/local/lib/aout/libxpg4-ns.so.2.0 ]; then
|
||||
export LD_PRELOAD=/usr/local/lib/aout/libxpg4-ns.so.2.0
|
||||
elif [ x$JA_NETSCAPE_USE_LD_PRELOAD != x -a x$JA_NETSCAPE_USE_LD_PRELOAD != xno ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user