Line 71 of /usr/portage/net-irc/eggdrop/files/eggdrop-installer contains the variable reference "$botname" when it should be "$bot_name" resulting in an incorrect path being displayed when the script completes its operations. Reproducible: Always Steps to Reproduce: 1. emerge eggdrop. 2. execute "/usr/bin/eggdrop-installer <bot_name>" as any non-root user Actual Results: The following line is displayed: * Please edit your /home/(user)/.eggdrop//eggdrop.conf Expected Results: * Please edit your /home/(user)/.eggdrop/(bot_name)/eggdrop.conf Please refer to the attached diff file for patching the script.
Created attachment 20405 [details, diff] Patch for use against net-irc/eggdrop/files/eggdrop-installer
Fixed in cvs thanks for the bug report.