Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32540 - rarpd ebuilds need init scripts
Summary: rarpd ebuilds need init scripts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-02 05:56 UTC by Christian Birchinger (RETIRED)
Modified: 2003-11-03 19:24 UTC (History)
0 users

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


Attachments
conf.d file (rarpd.confd,93 bytes, text/plain)
2003-11-02 05:57 UTC, Christian Birchinger (RETIRED)
Details
init.d file (rarpd.rc6,589 bytes, text/plain)
2003-11-02 05:57 UTC, Christian Birchinger (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Birchinger (RETIRED) gentoo-dev 2003-11-02 05:56:25 UTC
rarpd initscript would be helpfull. I did some basic ones and attached them.

Reproducible: Always
Steps to Reproduce:
1. emerge rarpd
2.
3.

Actual Results:  
no initscripts

Expected Results:  
initscripts
Comment 1 Christian Birchinger (RETIRED) gentoo-dev 2003-11-02 05:57:25 UTC
Created attachment 20105 [details]
conf.d file
Comment 2 Christian Birchinger (RETIRED) gentoo-dev 2003-11-02 05:57:59 UTC
Created attachment 20106 [details]
init.d file
Comment 3 Christian Birchinger (RETIRED) gentoo-dev 2003-11-02 05:59:49 UTC
Add to ebuilds:
--
insinto /etc/conf.d
newins ${FILESDIR}/rarpd.confd rarpd
exeinto /etc/init.d
newexe ${FILESDIR}/rarpd.rc6 rarpd
--

Maybe it would be good if it gets added to both ebuilds because the -r1 which
uses  and installs libnet 1.1 didn't compile.
Comment 4 Christian Birchinger (RETIRED) gentoo-dev 2003-11-02 06:16:53 UTC
Erm, if you're too busy .. i can do this myself ofcouse. Just didn't want
to touch other peoples ebuild. I wouldn'r raise the revision though because
of the issues with libnet versions on my machine.
Comment 5 SpanKY gentoo-dev 2003-11-03 19:24:12 UTC
i added a daemon patch that writes a pid file so we dont have to use the
stupid start-stop-daemon wrapper

now in 1.1-r2