Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 268939 Details for
Bug 362535
net-misc/dhcp-4.2.1-r1 init script is not suitable for chroot usage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dhcp-4.2.1-r1.ebuild.patch
dhcp-4.2.1-r1.ebuild.patch (text/plain), 905 bytes, created by
Andrew Savchenko
on 2011-04-07 23:27:25 UTC
(
hide
)
Description:
dhcp-4.2.1-r1.ebuild.patch
Filename:
MIME Type:
Creator:
Andrew Savchenko
Created:
2011-04-07 23:27:25 UTC
Size:
905 bytes
patch
obsolete
>--- dhcp-4.2.1-r1.ebuild.orig 2011-03-23 07:36:04.000000000 +0300 >+++ dhcp-4.2.1-r1.ebuild 2011-04-08 03:12:00.000000000 +0400 >@@ -147,7 +147,7 @@ > dosbin contrib/ldap/dhcpd-conf-to-ldap || die > fi > >- newinitd "${FILESDIR}"/dhcpd.init3 dhcpd >+ newinitd "${FILESDIR}"/dhcpd.init4 dhcpd > newinitd "${FILESDIR}"/dhcrelay.init2 dhcrelay > newconfd "${FILESDIR}"/dhcpd.conf dhcpd > newconfd "${FILESDIR}"/dhcrelay.conf dhcrelay >@@ -210,9 +210,10 @@ > fi > > ebegin "Setting up the chroot directory" >- mkdir -m 0755 -p "${CHROOT}/"{dev,etc,var/lib,var/run/dhcp} >+ mkdir -m 0755 -p "${CHROOT}/"{dev,etc,proc,var/lib,var/run/dhcp} > cp /etc/{localtime,resolv.conf} "${CHROOT}"/etc > cp -R /etc/dhcp "${CHROOT}"/etc >+ rm -f "${CHROOT}"/etc/dhcp/dhcpd.conf > cp -R /var/lib/dhcp "${CHROOT}"/var/lib > ln -s ../../var/lib/dhcp "${CHROOT}"/etc/dhcp/lib > chown -R dhcp:dhcp "${CHROOT}"/var/{lib,run}/dhcp
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 362535
:
268933
|
268937
|
268939
|
284957