From 94baef9d28ac98f77623df931c287b77a0c1d8e7 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 16 Oct 2017 15:07:49 +0200 Subject: '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 --- debug.csh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 debug.csh (limited to 'debug.csh') 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 -- cgit v1.2.1