FS#32358 - [xmms2] rc.d script: Broken XMMS2_PARAMETERS expansion

Attached to Project: Community Packages
Opened by da1l6 (da1l6) - Thursday, 01 November 2012, 12:00 GMT
Last edited by Sergej Pupykin (sergej) - Saturday, 03 November 2012, 07:59 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The /etc/rc.d/xmms2d start script is broken:
Line 11 uses ' ' for a string that uses variable substitution. This means $XMMS2_PARAMETERS is not expanded

[ -z "$PID" ] && su -c '/usr/bin/xmms2-launcher $XMMS2_PARAMETERS 1>/dev/null 2>/dev/null' - $XMMS2_USER

Additional info:
* package version(s)
xmms2 0.8DrO_o-8

Steps to reproduce:
- Install xmms2
- Edit /etc/conf.d/xmms2d.conf and set XMMS2_PARAMETERS
- xmms2d start
--> Parameters ignored
This task depends upon

Closed by  Sergej Pupykin (sergej)
Saturday, 03 November 2012, 07:59 GMT
Reason for closing:  Fixed

Loading...