Date: Fri, 8 Jan 2010 13:40:21 +0000 From: RW <rwmaillists@googlemail.com> To: freebsd-questions@freebsd.org Subject: Re: rc.d script not working for Xmms2 :-( Message-ID: <20100108134021.2c5a30a7@gumby.homeunix.com> In-Reply-To: <4B472C5B.1050902@netscape.net> References: <4B4707AC.7050908@netscape.net> <20100108124306.6b607750@gumby.homeunix.com> <4B472C5B.1050902@netscape.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 08 Jan 2010 15:00:11 +0200 Kaya Saman <SamanKaya@netscape.net> wrote: > name="xmms2launcher" > rcvar=`set_rcvar` > command="/usr/local/bin/${name} -u kaya" > ... > So if I can't add the - does this mean that I have to create a link > to xmms2-launcher with name xmms2launcher?? no just avoid using ${name} in the command. name is just a label used for creating unique variable names you can use in rc.conf, it doesn't have to match any binary.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100108134021.2c5a30a7>