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

(-)/etc/init.d/vmware (+8 lines)
Lines 62-67 Link Here
62
start() {
62
start() {
63
	test -x /etc/vmware/init.d/vmware || \
63
	test -x /etc/vmware/init.d/vmware || \
64
		eend 1 "vmware init script not found. Aborting" || return 1
64
		eend 1 "vmware init script not found. Aborting" || return 1
65
	
66
	#Bug 74813
67
	for a in `seq 0 9`; do
68
		mknod /dev/vmnet$a c 119 $a;
69
	done
70
	for a in `seq 0 3`; do
71
		mknod /dev/parport$a c 99 $a;
72
	done
65
73
66
	/etc/vmware/init.d/vmware start | vmware-prettify start
74
	/etc/vmware/init.d/vmware start | vmware-prettify start
67
	return $?
75
	return $?

Return to bug 74813