Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97341 Details for
Bug 148074
ddclient has missing FILESDIR file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ddclient-3.7.0.patch
ddclient-3.7.0.patch (text/plain), 1.02 KB, created by
Paul Bredbury
on 2006-09-18 08:27:44 UTC
(
hide
)
Description:
ddclient-3.7.0.patch
Filename:
MIME Type:
Creator:
Paul Bredbury
Created:
2006-09-18 08:27:44 UTC
Size:
1.02 KB
patch
obsolete
>--- /usr/portage/net-dns/ddclient/ddclient-3.7.0.ebuild 2006-09-08 01:22:30.000000000 +0100 >+++ ddclient-3.7.0.ebuild 2006-09-18 16:02:47.000000000 +0100 >@@ -41,21 +41,20 @@ > dosbin ${PN} || die "dosbin failed" > dodoc README* Change* COPYRIGHT sample* > >- newinitd "${FILESDIR}"/${PN}.initd ${PN} >+ newinitd "${FILESDIR}"/${PN}.initd ${PN} || die "newinitd failed" > >- # Determine name of sample configuration file >+ # Filename of sample conf - use live filename if available > local sample=${PN}.conf >- [[ -e /etc/${PN}/${sample} ]] && sample=${PN}-sample.conf >+ [[ -e "${ROOT}/etc/${PN}/${sample}" ]] && sample="${sample}.sample" > > insinto /etc/${PN} > insopts -m 0640 -o root -g ${PN} >- newins sample-etc_${PN}.conf ${sample} >+ newins sample-etc_${PN}.conf "${sample}" || die "newins conf failed" > > insinto /etc/conf.d > insopts -m 0644 -o root -g root >- newins "${FILESDIR}"/${PN}.confd ${PN} >+ newins "${FILESDIR}"/${PN}.confd ${PN} || die "newins confd failed" > > diropts -m 0755 -o ${PN} -g ${PN} > keepdir /var/{cache,run}/${PN} > } >-
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148074
: 97341