i'm thinking about some small improvements that could be easily done: 1- eggdrop-installer should create var/ directory, because it is used in the default eggdrop.conf. 2- a symlink /usr/bin/eggdrop -> /opt/eggdrop/eggdrop should be created by the ebuild, be cause /opt/eggdrop/ isn't in the PATH by default, and sometimes it's hard to find the binary that must be run. 3- when USE +ipv6 is set, the dns.so module isn't build. there may be a warning about that at the beggining of the ebuild. do you think it's possible to see these realized ? thanks.
and : 4- default eggdrop.conf first line isn't right: #!/opt/eggdrop/bin/eggdrop should be changed to #!/opt/eggdrop/eggdrop
and (again :) ): 5- in the default eggdrop.conf, paths in logging options should be changed from "log/" to "logs/" since eggdrop-installer creates logs/ .
corrected 2- : the /usr/bin/eggdrop symlink is useless. but eggdrop-installer script should create a symlink from ~/.eggdrop/_eggdrop_name_/eggdrop to /opt/eggdrop/eggdrop , in order to have scripts/autobotchk creating crontab and running.
Fixed in cvs, thanks for the suggestions