Ricardo Meechan
2005-Jul-14 08:42 UTC
[Icecast] Automatically enable master relays on start?
Just a quick question: When I start up my (slave) relay it will get the list of relays from the master, However I have to click on each on and choose "click to enable" within /admin/managerelays.xsl Is there a node I can stick in the config to make it enable them by default? Say something like <master-enable>1</master-enable> I know there is <enable> in <relay> but this is useless unless I setup <relays> for each relay, which I want to avoid. Cheers guys! Rico. Ricardo Meechan IT Administrator Mobile: +44 (0) 7966 484 371 Wilson & Garden LTD t: +44 (0) 1236 823291 f: +44 (0) 1236 825683 Company registered in Scotland SC267457 NOTE: All emails to and from Wilson & Garden are protected by Antivirus and spam filters. We use Trend Scanmail for AV and spamhaus.org & spamcop.net for spam filtering. This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitutes a trade secret. If you are not the intended recipient you are hereby notified that any dissemination, copying or distribution of this message, or files associated with this message, is strictly prohibited. If you have received this message in error, please notify us immediately by replying to the message and deleting it from your computer. Messages sent to and from us may be monitored. Internet communications cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Therefore, we do not accept responsibility for any errors or omissions that are present in this message, or any attachment, that have arisen as a result of e-mail transmission. If verification is required, please request a hard-copy version. Any views or opinions presented are solely those of the author and do not necessarily represent those of the company.
On Thu, 2005-07-14 at 16:42, Ricardo Meechan wrote:> Just a quick question: > > When I start up my (slave) relay it will get the list of relays from the > master, > However I have to click on each on and choose "click to enable" within > /admin/managerelays.xsl > > Is there a node I can stick in the config to make it enable them by > default? > Say something like <master-enable>1</master-enable>looks like the default setting is wrong for relays from master. updated in svn, but it's only a 1-line fix in slave.c:641 add r->enable = 1; karl.