]> arthur.barton.de Git - netatalk.git/commitdiff
New netatalk.8 manpage
authorFrank Lahm <franklahm@googlemail.com>
Thu, 22 Mar 2012 14:37:45 +0000 (15:37 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Thu, 22 Mar 2012 14:37:45 +0000 (15:37 +0100)
man/man8/Makefile.am
man/man8/afpd.8.tmpl
man/man8/netatalk.8.tmpl [new file with mode: 0644]

index 8749bccedb8a5c17189eb7f77d6f5a17b98e98c2..5df2e0fda5ce745882c17d611b19906d5da22a17 100644 (file)
@@ -13,8 +13,8 @@ SUFFIXES = .tmpl .
            -e s@:NETATALK_VERSION:@${NETATALK_VERSION}@ \
            <$< >$@
 
-GENERATED_MANS    = afpd.8 cnid_dbd.8 cnid_metad.8
-TEMPLATE_FILES    = afpd.8.tmpl cnid_dbd.8.tmpl cnid_metad.8.tmpl
+GENERATED_MANS    = afpd.8 cnid_dbd.8 cnid_metad.8 netatalk.8
+TEMPLATE_FILES    = afpd.8.tmpl cnid_dbd.8.tmpl cnid_metad.8.tmpl netatalk.8.tmpl
 
 man_MANS = $(GENERATED_MANS)
 
index e7c102591a3ffbe5a155f13e6e883f5fb8dc41d5..e7605141086b77c34dc83cc63d29e95eb09363e2 100644 (file)
@@ -148,8 +148,7 @@ contains messages to be sent to users\&.
 .SH "SEE ALSO"
 .PP
 \fBhosts_access\fR(5),
-\fBafpd.conf\fR(5),
-\fBAppleVolumes.default\fR(5),
+\fBafp.conf\fR(5),
 \fBafp_signature.conf\fR(5),
 \fBafp_voluuid.conf\fR(5),
 \fBafp_ldap.conf\fR(5),
diff --git a/man/man8/netatalk.8.tmpl b/man/man8/netatalk.8.tmpl
new file mode 100644 (file)
index 0000000..7037ddb
--- /dev/null
@@ -0,0 +1,66 @@
+'\" t
+.\"     Title: netatalk
+.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
+.\"      Date: 22 Mar 2012
+.\"    Manual: Netatalk 3.0
+.\"    Source: Netatalk 3.0
+.\"  Language: English
+.\"
+.TH "NETATALK" "8" "22 Mar 2012" "Netatalk 3.0" "Netatalk 3.0"
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+netatalk \- Netatalk AFP server service controller daemon
+.SH "SYNOPSIS"
+.HP \w'\fBnetatalk\fR\fB\fR\fBnetatalk\fR\fB\fR\ 'u
+\fBnetatalk\fR\fB\fR
+.br
+\fBnetatalk\fR\fB\fR
+.SH "DESCRIPTION"
+.PP
+\fBnetatalk\fR
+is the service controller daemon responsible for starting and restarting the AFP daemon
+\fBafpd\fR
+and the CNID daemon
+\fBcnid_metad\fR\&. It is normally started at boot time from /etc/rc\&.
+.SH "SIGNALS"
+.PP
+SIGTERM
+.RS 4
+Stop Netatalk service, AFP and CNID daemons
+.RE
+.PP
+SIGQUIT
+.RS 4
+Stop Netatalk service, AFP and CNID master daemons, but keep all session AFP processes running\&. Can be used to implement AFP service without downtime\&.
+.RE
+.PP
+SIGHUP
+.RS 4
+Sending a
+\fBSIGHUP\fR
+will cause the AFP daemon reload its configuration file\&.
+.RE
+.SH "FILES"
+.PP
+:ETCDIR:/afp\&.conf
+.RS 4
+configuration file used by afpd
+.RE
+.SH "SEE ALSO"
+.PP
+\fBhosts_access\fR(5),
+\fBafp.conf\fR(5),
+\fBafp_signature.conf\fR(5),
+\fBafp_voluuid.conf\fR(5),
+\fBafp_ldap.conf\fR(5),
+\fBdbd\fR(1)\&.