Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67444 - aimsniff lacks an init script
Summary: aimsniff lacks an init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 12:36 UTC by Bryan Ragon
Modified: 2006-06-03 15:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Init script for AimSniff (aimsniff.init,314 bytes, text/plain)
2004-10-13 12:37 UTC, Bryan Ragon
Details
aimsniff ebuild patch (patch,666 bytes, patch)
2005-03-17 14:12 UTC, Josh
Details | Diff
aimsniff ebuild patch (aPatch,242 bytes, patch)
2005-03-19 15:12 UTC, Josh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Ragon 2004-10-13 12:36:40 UTC
when I emerged aimsniff it emerged without installing a configuration script in /etc/init.d

Reproducible: Always
Steps to Reproduce:
1. emerge aimsniff
2. check /etc/init.d


Actual Results:  
there is no init script installed

Expected Results:  
ideally an init script would be created to make it easier to start/stop the
aimsniff daemon

I have writted an init scrit that works with gentoo
Comment 1 Bryan Ragon 2004-10-13 12:37:29 UTC
Created attachment 41752 [details]
Init script for AimSniff

/etc/init.d script for aimsniff
Comment 2 Josh 2005-03-17 14:12:33 UTC
Created attachment 53728 [details, diff]
aimsniff ebuild patch

If the init script by Bryan is put into ${FILESDIR} in portage as aimsniff.rc,
then the ebuild resulting from my patch will make sure that it is added to
/etc/init.d/

I have also added a warning to the user that the gdbm use-flag must be turned
on when compiling perl.  See bug #85678.
Comment 3 Josh 2005-03-19 15:12:30 UTC
Created attachment 53894 [details, diff]
aimsniff ebuild patch

Problem with perl and gdbm has been fixed.  (See bug #85678.)

ewarning in attachment #53728 [details, diff] is unnecessary.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-05-23 10:54:37 UTC
Re-assign wrt Bug 26349. Please, remove port001 from metadata.xml.
Comment 5 Marcelo Goes (RETIRED) gentoo-dev 2006-06-03 15:11:10 UTC
Thanks, init script is finally in cvs.