aboutsummaryrefslogtreecommitdiffstats
path: root/debug.csh
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2017-12-30 12:19:16 -0500
committerNeal Gompa <ngompa13@gmail.com>2017-12-30 12:22:39 -0500
commitd54da94b818a0cf51352ba1f4cdeb857ebc92218 (patch)
treee5469d8c1a2cee28c5773349ea9544da179f934c /debug.csh
parentd465fd1adf0105bf43261e9340bd8f8997f01839 (diff)
parent7fa374712f6da22f97bce84fff2e4cd535e9ef8d (diff)
downloadinitscripts-d54da94b818a0cf51352ba1f4cdeb857ebc92218.tar
initscripts-d54da94b818a0cf51352ba1f4cdeb857ebc92218.tar.gz
initscripts-d54da94b818a0cf51352ba1f4cdeb857ebc92218.tar.bz2
initscripts-d54da94b818a0cf51352ba1f4cdeb857ebc92218.tar.xz
initscripts-d54da94b818a0cf51352ba1f4cdeb857ebc92218.zip
Merge tag '9.78' into distro/mga
Tag as 9.78
Diffstat (limited to 'debug.csh')
-rw-r--r--debug.csh3
1 files changed, 0 insertions, 3 deletions
diff --git a/debug.csh b/debug.csh
deleted file mode 100644
index 33b50acc..00000000
--- a/debug.csh
+++ /dev/null
@@ -1,3 +0,0 @@
-if ( -f /etc/sysconfig/debug ) then
- eval `grep -Ev '(^[[:blank:]]*#|\$RANDOM)' /etc/sysconfig/debug | sed 's|^export ||g' | sed 's|\([^=]*\)=\([^=]*\)|setenv \1 \2|g' | sed 's|$|;|'`
-endif