diff options
-rw-r--r-- | games-fps/ut2003/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r2.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index b1178b469246..38d55cc56079 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.18 2004/04/02 03:11:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.19 2004/04/02 03:26:52 wolf31o2 Exp $ + + 01 Apr 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r2.ebuild: + Adding some ewarn info at the bottom to inform users of potential security + problems and fixes for hosting a server. *ut2003-2225-r2 (01 Apr 2004) diff --git a/games-fps/ut2003/ut2003-2225-r2.ebuild b/games-fps/ut2003/ut2003-2225-r2.ebuild index ecb11c2dba6e..265427030484 100644 --- a/games-fps/ut2003/ut2003-2225-r2.ebuild +++ b/games-fps/ut2003/ut2003-2225-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r2.ebuild,v 1.1 2004/04/02 03:11:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r2.ebuild,v 1.2 2004/04/02 03:26:52 wolf31o2 Exp $ inherit games @@ -162,6 +162,12 @@ pkg_postinst() { echo einfo "To play the game run:" einfo " ut2003" + echo + ewarn "If you are not installing for the first time and you plan on running" + ewarn "a server, you will probably need to edit your" + ewarn "~/.ut2003/System/UT2003.ini file and add a line that says" + ewarn "AccessControlClass=crashfix.iaccesscontrolini to your" + ewarn "[Engine.GameInfo] section to close a security issue." } pkg_postrm() { |