aboutsummaryrefslogtreecommitdiffstats
path: root/mcheck.sh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-07-29 12:09:51 -0400
committerBill Nottingham <notting@redhat.com>2008-07-29 12:09:51 -0400
commit1c27e9e64ba2bec2868da849e86b227b56f03257 (patch)
treeea44fdd5f33cb5769efdd92aad5f10594bbb4803 /mcheck.sh
parent327cfaeab96ffbec4145648de16d58346d4b3f9a (diff)
downloadinitscripts-1c27e9e64ba2bec2868da849e86b227b56f03257.tar
initscripts-1c27e9e64ba2bec2868da849e86b227b56f03257.tar.gz
initscripts-1c27e9e64ba2bec2868da849e86b227b56f03257.tar.bz2
initscripts-1c27e9e64ba2bec2868da849e86b227b56f03257.tar.xz
initscripts-1c27e9e64ba2bec2868da849e86b227b56f03257.zip
Rename the mcheck stuff to a more generic 'debug' framework.
Diffstat (limited to 'mcheck.sh')
-rw-r--r--mcheck.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcheck.sh b/mcheck.sh
deleted file mode 100644
index 35f076cf..00000000
--- a/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