Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 75367 Details for
Bug 116439
ez-ipupdate dnsexit support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ez-ipupdate-3.0.11_beta8-r3.ebuild
ez-ipupdate-3.0.11_beta8-r3.ebuild (text/plain), 2.70 KB, created by
Pedro Algarvio
on 2005-12-22 18:16:19 UTC
(
hide
)
Description:
ez-ipupdate-3.0.11_beta8-r3.ebuild
Filename:
MIME Type:
Creator:
Pedro Algarvio
Created:
2005-12-22 18:16:19 UTC
Size:
2.70 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-dns/ez-ipupdate/ez-ipupdate-3.0.11_beta8-r2.ebuild,v 1.2 2005/10/25 04:10:45 flameeyes Exp $ > >inherit eutils > >PATCH_VERSION="8.1" >MY_PV="${PV/_beta/b}" >S="${WORKDIR}/${PN}-${MY_PV}" > >DESCRIPTION="Dynamic DNS client for lots of dynamic dns services" >HOMEPAGE="http://ez-ipupdate.com/" >SRC_URI="mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}.orig.tar.gz > mirror://debian/pool/main/e/ez-ipupdate/${PN}_${MY_PV}-${PATCH_VERSION}.diff.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~amd64" >IUSE="" > >DEPEND="virtual/libc" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${WORKDIR}/${PN}_${MY_PV}-${PATCH_VERSION}.diff" > epatch "${FILESDIR}/${PN}-${MY_PV}-dnsexit-support.diff" >} > >src_compile() { > econf --bindir=/usr/sbin || "econf failed" > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > newinitd "${FILESDIR}/ez-ipupdate.initd" ez-ipupdate > keepdir /etc/ez-ipupdate /var/cache/ez-ipupdate > > # install docs > dodoc README > newdoc debian/README.Debian README.debian > newdoc debian/changelog ChangeLog.debian > newdoc CHANGELOG ChangeLog > > # install example configs > docinto examples > dodoc ex*conf >} > >pkg_preinst() { > enewgroup ez-ipupd > enewuser ez-ipupd -1 -1 /var/cache/ez-ipupdate ez-ipupd >} > >pkg_postinst() { > chmod 750 /etc/ez-ipupdate /var/cache/ez-ipupdate > chown ez-ipupd:ez-ipupd /etc/ez-ipupdate /var/cache/ez-ipupdate > > einfo > einfo "Please create one or more config files in" > einfo "/etc/ez-ipupdate/. A bunch of samples can" > einfo "be found in the doc directory." > einfo > einfo "All config files must have a '.conf' extension." > einfo > einfo "Please do not use the 'run-as-user', 'run-as-euser'," > einfo "'cache-file' and 'pidfile' options, since these are" > einfo "handled internally by the init-script!" > einfo > einfo "If you want to use ez-ipupdate in daemon mode," > einfo "please add 'daemon' to the config file(s) and" > einfo "add the ez-ipupdate init-script to the default" > einfo "runlevel." > einfo > einfo "Without the 'daemon' option, you can run the" > einfo "init-script with the 'update' parameter inside" > einfo "your PPP ip-up script." > einfo > > if [ -f /etc/ez-ipupdate.conf ]; then > ewarn "!!! IMPORTANT UPDATE NOTICE !!!" > ewarn > ewarn "The ez-ipupdate init-script can now handle more" > ewarn "than one config file. New config file location is" > ewarn "/etc/ez-ipupdate/*.conf" > ewarn > if [ ! -f /etc/ez-ipupdate/default.conf ]; then > mv -f /etc/ez-ipupdate.conf /etc/ez-ipupdate/default.conf > einfo "Your old configuration has been moved to" > einfo "/etc/ez-ipupdate/default.conf" > einfo > fi > ebeep > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 116439
:
75361
|
75362
|
75363
| 75367 |
75368