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

(-)file_not_specified_in_diff (-15 / +2 lines)
Line 6 Link Here
6
Line 15 Link Here
15
IUSE="php"
Line 17 Link Here
17
RDEPEND="virtual/glibc php? ( dev-php/php-cgi )"
17
RDEPEND="virtual/glibc"
18
--
Lines 50-61 Link Here
50
51
pkg_postinst() {
52
	if [ `use php` ]; then
53
		ewarn
54
		ewarn "You have chosen to use the PHP flag for monkeyd."
55
		ewarn "To turn this suport on, you must add the following"
56
		ewarn "line to /etc/monkeyd/monkey.conf"
57
		ewarn 
58
		ewarn "AddScript application/x-httpd-php /usr/bin/php-cgi php"
59
		ewarn
60
	fi
61
}

Return to bug 42442