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
Kea
Commits
6c60425c
Commit
6c60425c
authored
Dec 12, 2011
by
Jelte Jansen
Browse files
[1451] add (empty) manpage, and un-generate spec
parent
0bddf9ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6c60425c
...
...
@@ -1001,7 +1001,6 @@ AC_OUTPUT([doc/version.ent
src/bin/cmdctl/tests/cmdctl_test
src/bin/cmdctl/cmdctl.spec.pre
src/bin/ddns/ddns.py
src/bin/ddns/ddns.spec.pre
src/bin/xfrin/tests/xfrin_test
src/bin/xfrin/xfrin.py
src/bin/xfrin/run_b10-xfrin.sh
...
...
src/bin/ddns/Makefile.am
View file @
6c60425c
...
...
@@ -10,13 +10,13 @@ b10_ddns_DATA = ddns.spec
nodist_pylogmessage_PYTHON
=
$(PYTHON_LOGMSGPKG_DIR)
/work/ddns_messages.py
pylogmessagedir
=
$(pyexecdir)
/isc/log_messages/
CLEANFILES
=
b10-ddns ddns.pyc
ddns.spec
CLEANFILES
=
b10-ddns ddns.pyc
CLEANFILES
+=
$(PYTHON_LOGMSGPKG_DIR)
/work/ddns_messages.py
CLEANFILES
+=
$(PYTHON_LOGMSGPKG_DIR)
/work/ddns_messages.pyc
EXTRA_DIST
=
ddns_messages.mes
#
man_MANS = b10-ddns.8
#
EXTRA_DIST += $(man_MANS) b10-ddns.xml
EXTRA_DIST
=
ddns_messages.mes
ddns.spec
man_MANS
=
b10-ddns.8
EXTRA_DIST
+=
$(man_MANS)
b10-ddns.xml
if
ENABLE_MAN
...
...
@@ -30,9 +30,6 @@ $(PYTHON_LOGMSGPKG_DIR)/work/ddns_messages.py : ddns_messages.mes
$(top_builddir)
/src/lib/log/compiler/message
\
-d
$(PYTHON_LOGMSGPKG_DIR)
/work
-p
$(srcdir)
/ddns_messages.mes
ddns.spec
:
ddns.spec.pre
$(SED)
-e
"s|@@LOCALSTATEDIR@@|
$(localstatedir)
|"
ddns.spec.pre
>
$@
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
b10-ddns
:
ddns.py $(PYTHON_LOGMSGPKG_DIR)/work/ddns_messages.py
$(SED)
-e
"s|@@PYTHONPATH@@|@pyexecdir@|"
\
...
...
src/bin/ddns/b10-ddns.8
0 → 100644
View file @
6c60425c
'\" t
.\" Title: b10-ddns
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: December 9, 2011
.\" Manual: BIND10
.\" Source: BIND10
.\" Language: English
.\"
.TH "B10\-DDNS" "8" "December 9, 2011" "BIND10" "BIND10"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
b10-ddns \- Dynamic DNS update service
.SH "SYNOPSIS"
.HP \w'\fBb10\-ddns\fR\ 'u
\fBb10\-ddns\fR [\fB\-v\fR] [\fB\-\-verbose\fR]
.SH "DESCRIPTION"
.PP
The
\fBb10\-ddns\fR
daemon provides the BIND 10 DDNS update service\&. Normally it is started by the
\fBbind10\fR(8)
boss process\&. When the
\fBb10\-auth\fR
DNS server receives a DDNS update,
\fBb10\-ddns\fR
updates the zone in the BIND 10 zone data store\&.
.PP
This daemon communicates with BIND 10 over a
\fBb10-msgq\fR(8)
C\-Channel connection\&. If this connection is not established,
\fBb10\-ddns\fR
will exit\&.
.PP
\fBb10\-ddns\fR
receives its configurations from
\fBb10-cfgmgr\fR(8)\&.
.SH "CONFIGURATION AND COMMANDS"
.PP
The configurable settings are:
.PP
\fITODO\fR
TODO
.PP
The module commands are:
.PP
\fBshutdown\fR
Exits
\fBb10\-ddns\fR\&. (Note that the BIND 10 boss process will restart this service\&.)
.SH "SEE ALSO"
.PP
\fBb10-auth\fR(8),
\fBb10-cfgmgr\fR(8),
\fBb10-msgq\fR(8),
\fBb10-xfrin\fR(8),
\fBb10-xfrout\fR(8),
\fBbind10\fR(8),
BIND 10 Guide\&.
.SH "HISTORY"
.PP
The
\fBb10\-ddns\fR
daemon was first implemented in December 2011 for the ISC BIND 10 project\&.
.SH "COPYRIGHT"
.br
Copyright \(co 2011 Internet Systems Consortium, Inc. ("ISC")
.br
src/bin/ddns/ddns.spec
.pre.in
→
src/bin/ddns/ddns.spec
View file @
6c60425c
File moved
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