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

Collapse All | Expand All

(-)phpvirtualbox-4.1.7.ebuild.orig (+6 lines)
Lines 39-44 Link Here
39
	webapp_serverowned "${MY_HTDOCSDIR}"/config.php-example
39
	webapp_serverowned "${MY_HTDOCSDIR}"/config.php-example
40
40
41
	webapp_src_install
41
	webapp_src_install
42
43
	newinitd "${FILESDIR}"/vboxinit-initd vboxinit
42
}
44
}
43
45
44
pkg_postinst() {
46
pkg_postinst() {
Lines 47-50 Link Here
47
	elog "'vboxwebsrv' useflag and the respective init script"
49
	elog "'vboxwebsrv' useflag and the respective init script"
48
	elog "must be running to use this interface"
50
	elog "must be running to use this interface"
49
	elog " /etc/init.d/vboxwebsrv start"
51
	elog " /etc/init.d/vboxwebsrv start"
52
	elog
53
	elog "You should add the vboxinit script to the default runlevel to"
54
	elog "enable the auto-starting and auto-saveing of virtual machines:"
55
	elog "\`rc-update add vboxinit default\`"
50
}
56
}

Return to bug 420991