Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153803 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-1 / +1 lines)
Lines 111-117 Link Here
111
AC_MSG_RESULT([Using settings directory: (${SETTINGS_PATH})])
111
AC_MSG_RESULT([Using settings directory: (${SETTINGS_PATH})])
112
112
113
dnl Path to dhcpd.conf
113
dnl Path to dhcpd.conf
114
default_dhcpd_conf=`eval echo $sysconfdir`"/dhcpd.conf"
114
default_dhcpd_conf=`eval echo $sysconfdir`"/dhcp/dhcpd.conf"
115
test "x$DHCPD_CONF" = x && DHCPD_CONF=$default_dhcpd_conf
115
test "x$DHCPD_CONF" = x && DHCPD_CONF=$default_dhcpd_conf
116
AC_DEFINE_UNQUOTED(DHCPD_CONF,"`eval echo "${DHCPD_CONF}"`",[Path to dhcpd.conf])
116
AC_DEFINE_UNQUOTED(DHCPD_CONF,"`eval echo "${DHCPD_CONF}"`",[Path to dhcpd.conf])
117
AC_MSG_RESULT([Using dhcpd.conf: (${DHCPD_CONF})])
117
AC_MSG_RESULT([Using dhcpd.conf: (${DHCPD_CONF})])

Return to bug 153803