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

(-)apache-tools-2.4.2.ebuild.orig (-6 / +2 lines)
Lines 68-80 Link Here
68
68
69
	# Provide a symlink for ab-ssl
69
	# Provide a symlink for ab-ssl
70
	if use ssl; then
70
	if use ssl; then
71
		dosym /usr/sbin/ab /usr/sbin/ab-ssl
71
		dosym /usr/bin/ab /usr/bin/ab-ssl
72
		dosym /usr/sbin/ab /usr/sbin/ab2-ssl
72
		dosym /usr/bin/ab /usr/bin/ab2-ssl
73
	fi
73
	fi
74
74
75
	# make htpasswd accessible for non-root users
76
	dosym /usr/sbin/htpasswd /usr/bin/htpasswd
77
	dosym /usr/sbin/htdigest /usr/bin/htdigest
78
79
	dodoc "${S}"/CHANGES
75
	dodoc "${S}"/CHANGES
80
}
76
}

Return to bug 410733