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

Collapse All | Expand All

(-)file_not_specified_in_diff (-14 / +22 lines)
Line 29 Link Here
29
IUSE="acl authfile ban +caps case clamav ctrls deflate doc exec hardened ifsession +ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota +ssl tcpd trace vroot xinetd"
29
IUSE="acl authfile ban +caps case clamav +ctrls deflate doc exec hardened ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota +ssl tcpd trace vroot xinetd"
30
--
Lines 38-39 Link Here
38
	sftp? ( dev-libs/openssl )
39
	ssl? ( dev-libs/openssl )
Line 42 Link Here
40
	sftp? ( dev-libs/openssl )
41
	ssl? ( dev-libs/openssl )
Line 56 Link Here
56
pkg_setup() {
57
	if [ -f "${ROOT}"/var/run/proftpd.pid ] ; then
58
		eerror "Your ProFTPD server is running. In order to install this update"
59
		eerror "you have to stop the running server. If you are using ProFTPD in"
60
		eerror "the standalone mode you can stop the server by executing:"
61
		eerror "  /etc/init.d/proftpd stop"
62
		eerror "If you are sure that ProFTPD is not running anymore you have to"
63
		eerror "delete the /var/run/proftpd.pid file."
64
		die "This update requires to stop the ProFTPD server!"
65
	fi
66
}
67
Line 84 Link Here
84
	use ctrls && mymodules="${mymodules}:mod_ctrls_admin"
96
	if use ctrls || use shaper ; then
85
--
97
		myconf="${myconf} --enable-ctrls"
98
		mymodules="${mymodules}:mod_ctrls_admin"
99
	fi
Line 118 Link Here
118
	if use ssl || use sftp; then
133
	if use sftp || use ssl ; then
119
--
Lines 120-121 Link Here
120
		myconf="${myconf} --with-includes=/usr/include/openssl"
135
		myconf="${myconf} --enable-openssl --with-includes=/usr/include/openssl"
121
		myconf="${myconf} --enable-openssl"
122
--
Line 154 Link Here
154
		--enable-ctrls \
Line 193 Link Here
193
	if use exec; then
206
	if use exec ; then
194
--

Return to bug 276371