diff options
-rw-r--r-- | sys-devel/distcc/distcc-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild index b088b559a6ab..d2216d7fe2d8 100644 --- a/sys-devel/distcc/distcc-3.3.ebuild +++ b/sys-devel/distcc/distcc-3.3.ebuild @@ -179,7 +179,7 @@ pkg_postinst() { elog "***SECURITY NOTICE***" elog "Since distcc-3.3, whitelist is used for what distccd could execute. The whilelist" elog "has been generated by compiler-shadow distccd. To revert to the old behavior, " - elog "you need to pass --make-me-a-botnet to distccd in elog /etc/conf.d/distccd." + elog "you need to pass --make-me-a-botnet to distccd in /etc/conf.d/distccd." elog "Cf. https://github.com/distcc/distcc/pull/243." } |