Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20473 - ez-ipupdate has no /etc/init.d/ script
Summary: ez-ipupdate has no /etc/init.d/ script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-05 08:32 UTC by Rudolf Kastl
Modified: 2004-11-09 11:21 UTC (History)
2 users (show)

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 Rudolf Kastl 2003-05-05 08:32:01 UTC
since ez-ipupdate is a daemon it would be neat to see the ebuild coming with an
init.d script.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-04-17 06:09:12 UTC
feel free to submit one
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2004-08-15 04:06:21 UTC
In CVS, thanks!
Comment 3 Antonio 2004-08-30 06:43:43 UTC
Ok initscripts is add but permissions are bad.

gentoonet init.d # ls -la ez-ipupdate.rc6 
-rw-r--r--  1 root root 1226 30 ago 15:40 ez-ipupdate.rc6

Correct is:

gentoonet init.d # ls -la ez-ipupdate.rc6 
-rwxr-xr-x  1 root root 1226 30 ago 15:40 ez-ipupdate.rc6

and i change ez-ipupdate.rc6 on ez-ipupdate
Comment 4 Antonio 2004-08-30 06:50:22 UTC
I have correct ebuild with this:

src_install() {
        make DESTDIR=${D} install || die
        sed -i 's#/usr/local/bin/ez-ipupdate#/usr/bin/ez-ipupdate#g' *.conf
        dodoc *.conf CHANGELOG README

        exeinto /etc/init.d ; newexe ${FILESDIR}/ez-ipupdate.rc6 ez-ipupdate
}
Comment 5 Michael Cramer 2004-11-09 11:21:46 UTC
is it possible with this init-script to have more than one dyndns-account
i have three which must be updatet, and with one config-file it doesn't work, any hints?