Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
dhcp
Commits
7403ad83
Commit
7403ad83
authored
Sep 21, 2016
by
Francis Dupont
Browse files
Added warnings for bind extra options
parent
86310ec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
7403ad83
...
...
@@ -6787,6 +6787,8 @@ yes|no|'')
;;
*
)
BINDCONFIG
=
"
$BINDCONFIG
$use_xbindconfig
"
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: WARNING: Most options to bind configure are not supported when used by ISC DHCP"
>
&5
$as_echo
"
$as_me
: WARNING: Most options to bind configure are not supported when used by ISC DHCP"
>
&2
;
}
;;
esac
...
...
configure.ac
View file @
7403ad83
...
...
@@ -666,6 +666,7 @@ yes|no|'')
;;
*)
BINDCONFIG="$BINDCONFIG $use_xbindconfig"
AC_MSG_WARN([Most options to bind configure are not supported when used by ISC DHCP])
;;
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment