FreeBSD Bugzilla – Attachment 80915 Details for
Bug 115967
enable chrooted net/isc-dhcp3-server on the FreeBSD 7.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 693 bytes, created by
Eygene Ryabinkin
on 2007-08-31 14:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eygene Ryabinkin
Created:
2007-08-31 14:30:01 UTC
Size:
693 bytes
patch
obsolete
>--- files/isc-dhcpd.in.orig 2007-08-31 16:57:04.000000000 +0400 >+++ files/isc-dhcpd.in 2007-08-31 16:58:15.000000000 +0400 >@@ -354,12 +354,15 @@ > err 1 "dhcpd_devfs_enable and dhcpd_makedev_enable" \ > "are mutually exclusive. enable only one!" > fi >+ # mount_devfs disappeared in FreeBSD 7. >+ if test `uname -r | cut -c 1` -le 6; then > if checkyesno dhcpd_devfs_enable && > ! ( type mount_devfs ) > /dev/null 2>&1; then > warn "dhcpd_devfs_enable disabled" \ > "-- not available" > dhcpd_devfs_enable=NO > fi >+ fi > if checkyesno dhcpd_makedev_enable && > ! [ -x ${__dhcpd_devdir}/MAKEDEV ]; then > warn "dhcpd_makedev_enable disabled" \
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 115967
: 80915