From bedb51dfba66749de204debb3804fd13cd20f80e Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Tue, 9 Jul 2013 15:52:46 +0200 Subject: drop useless variables from /etc/sysconfig/init --- sysconfig/init | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sysconfig/init') diff --git a/sysconfig/init b/sysconfig/init index 6c3f1238..249ae6df 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -15,10 +15,3 @@ SETCOLOR_FAILURE="echo -en \\033[0;31m" SETCOLOR_WARNING="echo -en \\033[0;33m" # terminal sequence to reset to the default color. SETCOLOR_NORMAL="echo -en \\033[0;39m" -# Set to 'yes' to allow probing for devices with swap signatures -AUTOSWAP=no -# What ttys should gettys be started on? -ACTIVE_CONSOLES=/dev/tty[1-6] -# Set to '/sbin/sulogin' to prompt for password on single-user mode -# Set to '/sbin/sushell' otherwise -SINGLE=/sbin/sushell -- cgit v1.2.1