Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211545 - media-sound/teamspeak2-server-bin - init-script is broken
Summary: media-sound/teamspeak2-server-bin - init-script is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Jackson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-26 18:13 UTC by Patrick
Modified: 2008-02-27 01:27 UTC (History)
1 user (show)

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 Patrick 2008-02-26 18:13:20 UTC
It contains

'#! /sbin/runscript'

in the first line, while it should contain

'#!/sbin/runscript'

Small difference, but that causes the service not to show up in the output of rc-status, which is confusing. Also it causes the service not to be started even when added to the runlevel.

Reproducible: Always
Comment 1 Martin Jackson (RETIRED) gentoo-dev 2008-02-27 01:27:38 UTC
Fix committed in CVS as -r1.  Thanks for reporting!