Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30703 - net-irc/eggdrop-1.6.15 ebuild improvements
Summary: net-irc/eggdrop-1.6.15 ebuild improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Chuck Short (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-08 15:54 UTC by Julien Allanos (RETIRED)
Modified: 2003-10-12 12:52 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 Julien Allanos (RETIRED) gentoo-dev 2003-10-08 15:54:22 UTC
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.
Comment 1 Julien Allanos (RETIRED) gentoo-dev 2003-10-08 16:11:29 UTC
and :

4- default eggdrop.conf first line isn't right: #!/opt/eggdrop/bin/eggdrop
should be changed to #!/opt/eggdrop/eggdrop
Comment 2 Julien Allanos (RETIRED) gentoo-dev 2003-10-08 16:15:44 UTC
and (again :) ):

5- in the default eggdrop.conf, paths in logging options should be changed
from "log/" to "logs/" since eggdrop-installer creates logs/ .
Comment 3 Julien Allanos (RETIRED) gentoo-dev 2003-10-10 06:39:09 UTC
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.
Comment 4 Chuck Short (RETIRED) gentoo-dev 2003-10-12 12:52:20 UTC
Fixed in cvs, thanks for the suggestions