Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368203 - games-server/pvpgn-1.8.5: the start/stop script /etc/init.d/bnetd does not stopped properly
Summary: games-server/pvpgn-1.8.5: the start/stop script /etc/init.d/bnetd does not st...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 18:10 UTC by Anton Podavalov
Modified: 2011-05-22 21:04 UTC (History)
0 users

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


Attachments
Start/stop script that uses start-stop-daemon. This script fix bug. (bnetd,987 bytes, application/octet-stream)
2011-05-20 18:13 UTC, Anton Podavalov
Details
Patch against files/pvpgn.rc (pvpgn.rc.patch,815 bytes, patch)
2011-05-21 07:05 UTC, Anton Podavalov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Podavalov 2011-05-20 18:10:59 UTC
The script /etc/init.d/bnetd does not stopped properly. When the user provides /etc/init.d/bnetd stop the service stopped but script does not get info about it and get error. 

Reproducible: Always

Steps to Reproduce:
1.Start bnetd /etc/init.d/bnetd start
2.Stop bnetd /etc/init.d/bnetd stop

Actual Results:  
Start/stop script gets info about HUP signal, but does not print [ok].

Expected Results:  
Start/stop script should properly get info about bnetd status
Comment 1 Anton Podavalov 2011-05-20 18:13:43 UTC
Created attachment 274143 [details]
Start/stop script that uses start-stop-daemon. This script fix bug.

Added script that fix this bug.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2011-05-20 18:18:08 UTC
Can you provide a patch to the files/pvpgn.rc file rather than a modified version of the file that gets installed?
Comment 3 Anton Podavalov 2011-05-21 07:05:52 UTC
Created attachment 274177 [details, diff]
Patch against files/pvpgn.rc

Patch against files/pvpgn.rc that solve the problem.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2011-05-22 21:04:30 UTC
in portage.  re-emerge to get the updated init scripts.  thanks for the bug report and patch.