aboutsummaryrefslogtreecommitdiffstats
path: root/profile.d/mcheck.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-07-14 16:49:22 -0400
committerBill Nottingham <notting@redhat.com>2008-07-14 16:49:22 -0400
commit59a6eb358bdef38a7ea438060a50645e47bf4be6 (patch)
tree80d03c1ee761e35e0a3915978188e9d522baa846 /profile.d/mcheck.sh
parent3f312d46185413f1ec46bb337b4c124b0f954e87 (diff)
downloadinitscripts-59a6eb358bdef38a7ea438060a50645e47bf4be6.tar
initscripts-59a6eb358bdef38a7ea438060a50645e47bf4be6.tar.gz
initscripts-59a6eb358bdef38a7ea438060a50645e47bf4be6.tar.bz2
initscripts-59a6eb358bdef38a7ea438060a50645e47bf4be6.tar.xz
initscripts-59a6eb358bdef38a7ea438060a50645e47bf4be6.zip
Fix mcheck stuff to be installed correctly.
Diffstat (limited to 'profile.d/mcheck.sh')
-rw-r--r--profile.d/mcheck.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/profile.d/mcheck.sh b/profile.d/mcheck.sh
deleted file mode 100644
index 35f076cf..00000000
--- a/profile.d/mcheck.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-
-if [ -f /etc/sysconfig/mcheck ]; then
- . /etc/sysconfig/mcheck
- if [ -n "$MALLOC_CHECK_" ]; then
- export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
- fi
-fi