Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48864 - Information displayed at end of rtcw ebuild is incomplete
Summary: Information displayed at end of rtcw ebuild is incomplete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-24 03:11 UTC by lwillems
Modified: 2004-04-24 08:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lwillems 2004-04-24 03:11:27 UTC
When Return to Castle Wolfenstein is emerged a message is displayed that says: run 'wolf' to start the game. 'wolf' is in fact the command that needs to be executed when starting a multiplayer game (choosing 'single player' makes the game CRASH). The player needs to start the program with 'wolfsp' if he wants to play a single player game, I have added this information to the ebuild (see the very small patch).

Reproducible: Always
Steps to Reproduce:
1. emerge rtcw
2. read the ebuild output after a successful emerge

Actual Results:  
The follwing message appears on the screen:
* To play the game run:
*  wolf

Expected Results:  
The message should have said:
* To play the game run:
*  wolf (multiplayer game)
*  wolfsp (single player game)

This is the patch:


82c82,83
<       einfo " wolf"
---
>       einfo " wolf (multiplayer game)"
>       einfo " wolfsp (single player game)"
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2004-04-24 08:27:37 UTC
I changed it to state "wolfmp" for multi-player and "wolfsp" for single player.  I think that makes it a bit less ambiguous.