Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 264975

Summary: new ebuild: net-irc/ircu
Product: Gentoo Linux Reporter: Alexander Sulfrian <alexander>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: net-irc, sam
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://coder-com.undernet.org/
See Also: https://bugs.gentoo.org/show_bug.cgi?id=718144
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ircu EBuild
conf.d script for ircu
init.d script for ircu
new version of ebuild, max connection is changeable
new version of ebuild, change spelling problems

Description Alexander Sulfrian 2009-04-05 15:07:54 UTC
Hi,
I created a new ebuild for the ircu ircd. It is mainly the ebuild of net-irc/asuka but because asuka did not compile for me on amd64 and the discontinuation of the development of asuka I created the new ebuild.

Reproducible: Always

Steps to Reproduce:
Comment 1 Alexander Sulfrian 2009-04-05 15:10:29 UTC
Created attachment 187372 [details]
ircu EBuild
Comment 2 Alexander Sulfrian 2009-04-05 15:11:50 UTC
Created attachment 187374 [details]
conf.d script for ircu
Comment 3 Alexander Sulfrian 2009-04-05 15:12:07 UTC
Created attachment 187376 [details]
init.d script for ircu
Comment 4 Alexander Sulfrian 2009-04-05 19:12:44 UTC
Noticed that you need on some systems a possibility to set the max connections. ircu is get them by asking ulimit -Hn. But on my system (running as vserver guest with vserver-sources) it returns 1048576. So I tried to make it possible to change the default. But I do not know, if it is possible like I did it. 
Comment 5 Alexander Sulfrian 2009-04-05 19:13:17 UTC
Created attachment 187395 [details]
new version of ebuild, max connection is changeable
Comment 6 Alexander Sulfrian 2009-04-05 19:19:26 UTC
Created attachment 187397 [details]
new version of ebuild, change spelling problems