https://bugzilla.novell.com/show_bug.cgi?id=422005 Summary: kbd initscripts print escape characters unconditionally Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pzb@novell.com QAContact: qa@suse.de Blocks: 422003 Found By: --- Some terminals do not support escape sequences. rc.status does a test and sets $esc if the terminal supports them. The following initscripts do not test the terminal and blindly print escape sequences. This causes issues for machines with terminals that do not support escape sequences. kbd-1.12-187.1.x86_64/etc/init.d/kbd: echo -n -e '\033%G' > $tty kbd-1.12-187.1.x86_64/etc/init.d/kbd: echo -n -e '\033%@' > $tty kbd-1.12-187.1.x86_64/etc/init.d/kbd: CONSOLE_MAGIC="\033$CONSOLE_MAGIC" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.