Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50081 - typo in halflife-ns runscript
Summary: typo in halflife-ns runscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-05 01:15 UTC by Marco Benecke
Modified: 2004-05-05 17:17 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 Marco Benecke 2004-05-05 01:15:05 UTC
In the /etc/init.d/hlds-nsp line 12 is this

     12         screen -A -m -d -S hlds-nsp su - games-ded -c "/usr/games/bin/hlds-ns ${HLDS_OPTS}" &

but ist should be 
12         screen -A -m -d -S hlds-nsp su - games-ded -c "/usr/games/bin/hlds-nsp ${HLDS_OPTS}" &

Reproducible: Always
Steps to Reproduce:
1.emerge halflife-ns
2.try to run /etc/init.d/hlds-nsp start
3.
Comment 1 SpanKY gentoo-dev 2004-05-05 17:17:02 UTC
fixed in cvs ... my sed didnt have a g at the end of the expression :/