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

(-)avifile-0.7.38.20030710-r1.ebuild.old (-4 / +6 lines)
Lines 142-149 Link Here
142
}
142
}
143
143
144
pkg_postinst() {
144
pkg_postinst() {
145
	einfo "In order to use certain video modes, you must be root"
145
	if use qt; then
146
	einfo "chmod +s /usr/bin/aviplay to suid root"
146
		einfo "In order to use certain video modes, you must be root"
147
	einfo "As this is considered a security risk on multiuser"
147
		einfo "chmod +s /usr/bin/aviplay to suid root"
148
	einfo "systems, this is not done by default"
148
		einfo "As this is considered a security risk on multiuser"
149
		einfo "systems, this is not done by default"
150
	fi
149
}
151
}

Return to bug 56973