aboutsummaryrefslogtreecommitdiffstats
path: root/debug.sh
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2017-10-16 15:07:49 +0200
committerDee'Kej <deekej@linuxmail.org>2017-10-16 19:04:09 +0200
commit94baef9d28ac98f77623df931c287b77a0c1d8e7 (patch)
tree540eea1b01f770daf60cdb67a973aef3b89c2616 /debug.sh
parent58e46ac6d7978de0938be9d76006b1e92e5931b9 (diff)
downloadinitscripts-94baef9d28ac98f77623df931c287b77a0c1d8e7.tar
initscripts-94baef9d28ac98f77623df931c287b77a0c1d8e7.tar.gz
initscripts-94baef9d28ac98f77623df931c287b77a0c1d8e7.tar.bz2
initscripts-94baef9d28ac98f77623df931c287b77a0c1d8e7.tar.xz
initscripts-94baef9d28ac98f77623df931c287b77a0c1d8e7.zip
'debugmode' subpackage dropped completely
Using this package was very dangerous, and could lead to instability of system, or even being unable to bootup at all, and value of this functionality was at least questionable, and was not documented. We decided to drop functionality completely, to make sure users do not install it accidentally (e.g. by using globbing with 'dnf install'). Resolves: #69
Diffstat (limited to 'debug.sh')
-rw-r--r--debug.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/debug.sh b/debug.sh
deleted file mode 100644
index 90af7cca..00000000
--- a/debug.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-
-if [ -f /etc/sysconfig/debug ]; then
- . /etc/sysconfig/debug
-fi