﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2026	sed syntax error in /etc/rc.d/rcsysinit.d/S05modules	Thomas Seeling	dnicholson@…	"the line in /etc/rc.d/rcsysinit.d/S05modules that finds out the current dmesg level has a syntax error in the last sed command


{{{
# cat /proc/sys/kernel/printk | sed 'l 1' | sed -n '2~0p' | sed 's/\\\//'
sed: -e expression #1, char 7: unterminated `s' command
}}}


this should be sed {{{ 's/\\//' }}} (one less backslash)

"	defect	closed	normal		Bootscripts	SVN	normal	fixed		
