Add a manpage for icinga2-prepare-dirs.

Refs #4794
This commit is contained in:
Gerd von Egidy 2014-06-15 20:01:04 +02:00
parent dd9b7bcd73
commit 39150cae30
2 changed files with 29 additions and 1 deletions

View File

@ -19,7 +19,7 @@ file(GLOB DOCSRCS "*.md")
if(UNIX OR CYGWIN)
install(
FILES icinga2.8 icinga2-enable-feature.8 icinga2-disable-feature.8 icinga2-build-ca.8 icinga2-build-key.8 icinga2-sign-key.8
FILES icinga2.8 icinga2-enable-feature.8 icinga2-disable-feature.8 icinga2-build-ca.8 icinga2-build-key.8 icinga2-sign-key.8 icinga2-prepare-dirs.8
DESTINATION ${CMAKE_INSTALL_MANDIR}/man8
)
endif()

View File

@ -0,0 +1,28 @@
.TH ICINGA2 "15" "June 2014" "icinga2 - The Icinga 2 network monitoring daemon." "System Administration Utilities"
.SH NAME
icinga2-prepare-dirs \- Prepare directories and their permissions for use by Icinga 2.
.SH DESCRIPTION
This script is used internally by the initscripts of Icinga 2 to prepare
prepare directories and their permissions. This script is not intended to be called by users.
.SH OPTIONS
.TP
\fB<sysconfig file>\fR
Absolute path to the sysconfig file of Icinga 2.
.SH AUTHOR
Icinga2 is maintained by the Icinga Project <info@icinga.org>.
.SH "REPORTING BUGS"
Report bugs at <https://dev.icinga.org/>
.br
Icinga home page: <http://www.icinga.org/>
.SH COPYRIGHT
Copyright \(co 2012\-2014 Icinga Development Team (http://www.icinga.org)
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl2.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.