Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ed51a217
Commit
ed51a217
authored
Nov 15, 2014
by
Mark Andrews
Browse files
fix ns_smf_add_message
parent
eca6a76e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/server.c
View file @
ed51a217
...
...
@@ -8897,7 +8897,7 @@ ns_server_freeze(ns_server_t *server, isc_boolean_t freeze, char *args,
* is managed by smf and is also running chroot.
*/
isc_result_t
ns_smf_add_message
(
isc_buffer_t
*
*
text
)
{
ns_smf_add_message
(
isc_buffer_t
*
text
)
{
return
(
putstr
(
text
,
"use svcadm(1M) to manage named"
));
}
#endif
/* HAVE_LIBSCF */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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