Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 328000 Details for
Bug 440410
net-misc/dhcpcd-5.6.2: some elog messages should only be shown right after the relevant use flag is enabled.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
zeroconf.patch
zeroconf.patch (text/plain), 977 bytes, created by
William Hubbs
on 2012-11-01 21:20:26 UTC
(
hide
)
Description:
zeroconf.patch
Filename:
MIME Type:
Creator:
William Hubbs
Created:
2012-11-01 21:20:26 UTC
Size:
977 bytes
patch
obsolete
>? zeroconf.patch >Index: dhcpcd-5.6.2.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-5.6.2.ebuild,v >retrieving revision 1.5 >diff -u -b -B -r1.5 dhcpcd-5.6.2.ebuild >--- dhcpcd-5.6.2.ebuild 29 Oct 2012 20:55:54 -0000 1.5 >+++ dhcpcd-5.6.2.ebuild 1 Nov 2012 21:17:38 -0000 >@@ -53,6 +53,10 @@ > systemd_dounit "${FILESDIR}"/${PN}.service > } > >+pkg_preinst() { >+ has_version 'net-misc/dhcpcd[zeroconf]' && prev_zero=true || prev_zero=false >+} >+ > pkg_postinst() { > # Upgrade the duid file to the new format if needed > local old_duid="${ROOT}"/var/lib/dhcpcd/dhcpcd.duid >@@ -66,7 +70,7 @@ > cp -p "${old_duid}" "${new_duid}" > fi > >- if use zeroconf; then >+ if use zeroconf && ! $prev_zero; then > elog "You have installed dhcpcd with zeroconf support." > elog "This means that it will always obtain an IP address even if no" > elog "DHCP server can be contacted, which will break any existing"
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 440410
: 328000