aboutsummaryrefslogtreecommitdiffstats
path: root/debug.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 /debug.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 'debug.sh')
-rw-r--r--debug.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.sh b/debug.sh
new file mode 100644
index 00000000..90af7cca
--- /dev/null
+++ b/debug.sh
@@ -0,0 +1,4 @@
+
+if [ -f /etc/sysconfig/debug ]; then
+ . /etc/sysconfig/debug
+fi