Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193340
Collapse All | Expand All

(-)/etc/init.d/vmware (-3 / +6 lines)
Lines 26-37 Link Here
26
			fi
26
			fi
27
			if echo ${line} | fgrep -q :
27
			if echo ${line} | fgrep -q :
28
			then
28
			then
29
				einfo $line
29
				einfon $line
30
				echo
30
				eend 0
31
				eend 0
31
				msgtype=1
32
				msgtype=1
32
			elif echo $line | grep -q "Stopping VMware virtual machines"
33
			elif echo $line | grep -q "Stopping VMware virtual machines"
33
			then
34
			then
34
				einfo $line
35
				einfon $line
36
				echo
35
				eend 0
37
				eend 0
36
				msgtype=0
38
				msgtype=0
37
			else
39
			else
Lines 44-50 Link Here
44
46
45
		# Strip out anything after the <esc> code
47
		# Strip out anything after the <esc> code
46
		message=`echo $line | sed -e "s/^\(.*\).*$/\1/"`
48
		message=`echo $line | sed -e "s/^\(.*\).*$/\1/"`
47
		einfo "  $message"
49
		einfon "  $message"
50
		echo
48
51
49
		echo ${line} | grep -q done
52
		echo ${line} | grep -q done
50
		status=$?
53
		status=$?

Return to bug 193340