summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2010-06-08 09:37:26 -0700
committerNathan Kinder <nkinder@redhat.com>2010-06-08 09:37:26 -0700
commit57482bba5cd55d0a52cd565777f2ee08a9f46cc5 (patch)
tree82c61e115c77b3f9cf5081c4646d40066c1bde14
parent1d5859fdf332594b37c6ab072e2657435e1958d1 (diff)
downloadds-Directory_Server_8_2_Candidate_20100608.tar.gz
ds-Directory_Server_8_2_Candidate_20100608.tar.xz
ds-Directory_Server_8_2_Candidate_20100608.zip
Bug 601433 - Add man pages for start-dirsrv and related commandsDirectory_Server_8_2_Candidate_20100608
This adds man pages for the start-dirsrv, stop-dirsrv, and restart-dirsrv commands.
-rw-r--r--Makefile.am3
-rwxr-xr-x[-rw-r--r--]Makefile.in5
-rwxr-xr-x[-rw-r--r--]config.h.in0
-rwxr-xr-x[-rw-r--r--]ltmain.sh0
-rw-r--r--man/man8/restart-dirsrv.850
-rw-r--r--man/man8/start-dirsrv.850
-rw-r--r--man/man8/stop-dirsrv.850
7 files changed, 157 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1550e04e..c85bf2d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -372,7 +372,10 @@ dist_man_MANS = man/man1/dbscan.1 \
man/man1/rsearch.1 \
man/man8/migrate-ds.pl.8 \
man/man8/ns-slapd.8 \
+ man/man8/restart-dirsrv.8 \
man/man8/setup-ds.pl.8 \
+ man/man8/start-dirsrv.8 \
+ man/man8/stop-dirsrv.8 \
man/man8/remove-ds.pl.8
#------------------------
diff --git a/Makefile.in b/Makefile.in
index 86d1e1ac..fc46f1d3 100644..100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -1430,7 +1430,10 @@ dist_man_MANS = man/man1/dbscan.1 \
man/man1/rsearch.1 \
man/man8/migrate-ds.pl.8 \
man/man8/ns-slapd.8 \
+ man/man8/restart-dirsrv.8 \
man/man8/setup-ds.pl.8 \
+ man/man8/start-dirsrv.8 \
+ man/man8/stop-dirsrv.8 \
man/man8/remove-ds.pl.8
@@ -9602,7 +9605,7 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+ -find $(distdir) -type d ! -perm -755 -exec chmod a+rwx,go+rx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
diff --git a/config.h.in b/config.h.in
index ec970a22..ec970a22 100644..100755
--- a/config.h.in
+++ b/config.h.in
diff --git a/ltmain.sh b/ltmain.sh
index 0223495a..0223495a 100644..100755
--- a/ltmain.sh
+++ b/ltmain.sh
diff --git a/man/man8/restart-dirsrv.8 b/man/man8/restart-dirsrv.8
new file mode 100644
index 00000000..cebb3181
--- /dev/null
+++ b/man/man8/restart-dirsrv.8
@@ -0,0 +1,50 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH RESTART-DIRSRV 8 "Jun 8, 2010"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+restart-dirsrv \- restart script for Directory Server
+.SH SYNOPSIS
+.B restart-dirsrv
+.RI [\fI<instance>\fR]
+.SH DESCRIPTION
+restart-dirsrv restarts all Directory Server instances on a system,
+or only a single instance if specified
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+.SH OPTIONS
+.TP
+.B <instance>
+Specifies a single Directory Server instance to restart
+.br
+.SH USAGE
+Sample usage:
+.TP
+.B restart-dirsrv example
+.br
+.SH AUTHOR
+restart\-dirsrv was written by the 389 Project.
+.SH "REPORTING BUGS"
+Report bugs to http://bugzilla.redhat.com.
+.SH COPYRIGHT
+Copyright \(co 2010 Red Hat, Inc.
+.br
+This is free software. You may redistribute copies of it under the terms of
+the Directory Server license found in the LICENSE file of this
+software distribution. This license is essentially the GNU General Public
+License version 2 with an exception for plug-in distribution.
diff --git a/man/man8/start-dirsrv.8 b/man/man8/start-dirsrv.8
new file mode 100644
index 00000000..26a3f9df
--- /dev/null
+++ b/man/man8/start-dirsrv.8
@@ -0,0 +1,50 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH START-DIRSRV 8 "Jun 8, 2010"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+start-dirsrv \- start script for Directory Server
+.SH SYNOPSIS
+.B start-dirsrv
+.RI [\fI<instance>\fR]
+.SH DESCRIPTION
+start-dirsrv starts all Directory Server instances on a system, or
+only a single instance if specified
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+.SH OPTIONS
+.TP
+.B <instance>
+Specifies a single Directory Server instance to start
+.br
+.SH USAGE
+Sample usage:
+.TP
+.B start-dirsrv example
+.br
+.SH AUTHOR
+start\-dirsrv was written by the 389 Project.
+.SH "REPORTING BUGS"
+Report bugs to http://bugzilla.redhat.com.
+.SH COPYRIGHT
+Copyright \(co 2010 Red Hat, Inc.
+.br
+This is free software. You may redistribute copies of it under the terms of
+the Directory Server license found in the LICENSE file of this
+software distribution. This license is essentially the GNU General Public
+License version 2 with an exception for plug-in distribution.
diff --git a/man/man8/stop-dirsrv.8 b/man/man8/stop-dirsrv.8
new file mode 100644
index 00000000..6cfd0071
--- /dev/null
+++ b/man/man8/stop-dirsrv.8
@@ -0,0 +1,50 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH STOP-DIRSRV 8 "Jun 8, 2010"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+stop-dirsrv \- stop script for Directory Server
+.SH SYNOPSIS
+.B start-dirsrv
+.RI [\fI<instance>\fR]
+.SH DESCRIPTION
+stop-dirsrv stops all Directory Server instances on a system, or
+only a single instance if specified
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+.SH OPTIONS
+.TP
+.B <instance>
+Specifies a single Directory Server instance to stop
+.br
+.SH USAGE
+Sample usage:
+.TP
+.B stop-dirsrv example
+.br
+.SH AUTHOR
+stop\-dirsrv was written by the 389 Project.
+.SH "REPORTING BUGS"
+Report bugs to http://bugzilla.redhat.com.
+.SH COPYRIGHT
+Copyright \(co 2010 Red Hat, Inc.
+.br
+This is free software. You may redistribute copies of it under the terms of
+the Directory Server license found in the LICENSE file of this
+software distribution. This license is essentially the GNU General Public
+License version 2 with an exception for plug-in distribution.