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

Collapse All | Expand All

(-)old/lighttpd-1.1.8.ebuild (+5 lines)
Lines 52-60 Link Here
52
	exeinto /etc/init.d;   newexe ${FILESDIR}/lighttpd.initd lighttpd
52
	exeinto /etc/init.d;   newexe ${FILESDIR}/lighttpd.initd lighttpd
53
	dodir ${LIGHTTPD_DIR} ${LOG_DIR}
53
	dodir ${LIGHTTPD_DIR} ${LOG_DIR}
54
	chown lighttpd:root ${D}/${LOG_DIR}
54
	chown lighttpd:root ${D}/${LOG_DIR}
55
	mv ${D}/var/tmp/portage/lighttpd-1.1.8/image/usr/share/man ${D}/usr/share/
56
	mv ${D}/var/tmp/portage/lighttpd-1.1.8/image/usr/sbin ${D}/usr/
57
	rm -r ${D}/var/tmp
55
}
58
}
56
59
57
pkg_postinst() {
60
pkg_postinst() {
61
	echo
58
	einfo "In order to use fast-cgi for php you have to emerge dev-php/php-cgi and"
62
	einfo "In order to use fast-cgi for php you have to emerge dev-php/php-cgi and"
59
	einfo "please read /usr/share/doc/lighttpd-1.1.8/fastcgi.txt.gz for more information"
63
	einfo "please read /usr/share/doc/lighttpd-1.1.8/fastcgi.txt.gz for more information"
64
	echo
60
}
65
}

Return to bug 46833