Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443890 - net-im/ejabberd - typo in /etc/init.d/ejabberd : EJABBERDCTL_OPT instead of EJABBERDCTL_OPTS
Summary: net-im/ejabberd - typo in /etc/init.d/ejabberd : EJABBERDCTL_OPT instead of E...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 06:22 UTC by Charles Nérot
Modified: 2013-04-05 09:04 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 Charles Nérot 2012-11-19 06:22:25 UTC
init.d and conf.d have not the same name for the ejabberdctl options variable :
/etc/init.d/ejabberd => EJABBERDCTL_OPT
/etc/conf.d/ejabberd => EJABBERDCTL_OPTS

Reproducible: Always

Steps to Reproduce:
1. emerge ejabberd
2. grep EJABBERDCTL_OPT /etc/{conf,init}.d/ejabberd 

Actual Results:  
/etc/conf.d/ejabberd:#EJABBERDCTL_OPTS=""
/etc/init.d/ejabberd:	/usr/sbin/ejabberdctl ${EJABBERDCTL_OPT} start

Expected Results:  
/etc/conf.d/ejabberd:#EJABBERDCTL_OPT=""
/etc/init.d/ejabberd:	/usr/sbin/ejabberdctl ${EJABBERDCTL_OPT} start

or

/etc/conf.d/ejabberd:#EJABBERDCTL_OPTS=""
/etc/init.d/ejabberd:	/usr/sbin/ejabberdctl ${EJABBERDCTL_OPTS} start
Comment 1 Pacho Ramos gentoo-dev 2012-11-20 19:41:22 UTC
dropped
Comment 2 Pacho Ramos gentoo-dev 2012-11-20 19:41:35 UTC
Not this :S
Comment 3 Tim Harder gentoo-dev 2013-04-05 09:04:03 UTC
Fixed in CVS.