Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 345695 | Differences between
and this patch

Collapse All | Expand All

(-)a/bootchartd.in (-1 / +1 lines)
Lines 172-177 if [ $$ -eq 1 ]; then Link Here
172
172
173
	# Optionally, an alternative init(1) process may be specified using
173
	# Optionally, an alternative init(1) process may be specified using
174
	# the kernel command line (e.g. "bootchart_init=/sbin/initng")
174
	# the kernel command line (e.g. "bootchart_init=/sbin/initng")
175
	[ -n "$bootchart_init" ] && init="$bootchart_init"
175
	for i in $@; do
176
	for i in $@; do
176
		if [ "${i%%=*}" = "bootchart_init" ]; then
177
		if [ "${i%%=*}" = "bootchart_init" ]; then
177
			init="${i#*=}"
178
			init="${i#*=}"
178
- 

Return to bug 345695