1c1 < # Copyright 1999-2009 Gentoo Foundation --- > # Copyright 1999-2010 Gentoo Foundation 10c10 < DEFLATE_VER="0.4" --- > DEFLATE_VER="0.5" 78,80d77 < # Fix segfault on conf check, Gentoo bug #297310 < epatch "${FILESDIR}"/${P}-tls-shmcache-bug3359.patch < 170,171c167,168 < LIBS="${myl}" econf --sbindir=/usr/sbin --localstatedir=/var/run/proftpd \ < --sysconfdir=/etc/proftpd --enable-shadow --enable-autoshadow \ --- > LIBS="${myl:1}" econf --sbindir=/usr/sbin --localstatedir=/var/run/proftpd \ > --sysconfdir=/etc/proftpd --enable-shadow --enable-autoshadow ${myc:1} \ 180,181c177 < $(use_enable pam auth-pam) \ < ${myc:1} || die "econf failed" --- > $(use_enable pam auth-pam) 185c181 < emake DESTDIR="${D}" install || die "emake install failed" --- > emake DESTDIR="${D}" install 186a183,184 > insinto /etc/proftpd > doins "${FILESDIR}"/proftpd.conf.sample 188c186 < newinitd "${FILESDIR}"/proftpd.rc7 proftpd --- > newinitd "${FILESDIR}"/proftpd.initd proftpd 193,194d190 < insinto /etc/proftpd < doins "${FILESDIR}"/proftpd.conf.sample