From 57482bba5cd55d0a52cd565777f2ee08a9f46cc5 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Tue, 8 Jun 2010 09:37:26 -0700 Subject: Bug 601433 - Add man pages for start-dirsrv and related commands This adds man pages for the start-dirsrv, stop-dirsrv, and restart-dirsrv commands. --- Makefile.am | 3 +++ Makefile.in | 5 ++++- config.h.in | 0 ltmain.sh | 0 man/man8/restart-dirsrv.8 | 50 +++++++++++++++++++++++++++++++++++++++++++++++ man/man8/start-dirsrv.8 | 50 +++++++++++++++++++++++++++++++++++++++++++++++ man/man8/stop-dirsrv.8 | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 157 insertions(+), 1 deletion(-) mode change 100644 => 100755 Makefile.in mode change 100644 => 100755 config.h.in mode change 100644 => 100755 ltmain.sh create mode 100644 man/man8/restart-dirsrv.8 create mode 100644 man/man8/start-dirsrv.8 create mode 100644 man/man8/stop-dirsrv.8 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 old mode 100644 new mode 100755 index 86d1e1ac..fc46f1d3 --- 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 old mode 100644 new mode 100755 diff --git a/ltmain.sh b/ltmain.sh old mode 100644 new mode 100755 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 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\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\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +.TP +.B +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 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\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\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +.TP +.B +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 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\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\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +.TP +.B +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. -- cgit