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 (+12 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 "To enable the automatic startup mode feature uncomment the"
54
	elog "following line in the config.php file:"
55
	elog " var \$startStopConfig = true;"
56
	elog
57
	elog "You should also add the /etc/init.d/vboxinit script to the"
58
	elog "default runlevel on the virtualbox host:"
59
	elog "\`rc-update add vboxinit default\`"
60
	elog "If the server is on a remote host, than the script must be"
61
	elog "copied manually."
50
}
62
}

Return to bug 420991