remove-ds.pl.8 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH REMOVE-DS.PL 8 "Feb 13, 2009"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. remove\-ds.pl \- Remove an instance of Directory Server
  20. .SH SYNOPSIS
  21. .B remove-ds.pl
  22. [\-f] \-i \fIinstance\fR
  23. .SH DESCRIPTION
  24. Removes a Directory Server instance from the system. The instance
  25. will be shutdown and the files will be removed. The certificate
  26. database files will not be removed. The instance configuration
  27. directory will have a .removed extension appended to it, which
  28. will contain the retained certificate database files.
  29. .PP
  30. .\" TeX users may be more comfortable with the \fB<whatever>\fP and
  31. .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
  32. .\" respectively.
  33. .SH OPTIONS
  34. A summary of options is included below:
  35. .TP
  36. .B \fB\-f\fR
  37. Force removal
  38. .TP
  39. .B \fB\-i\fR \fIinstance\fR
  40. The full name of the instance to remove (e.g. slapd-example)
  41. .br
  42. .SH AUTHOR
  43. remove-ds.pl was written by the Fedora Directory Server Project.
  44. .SH "REPORTING BUGS"
  45. Report bugs to http://bugzilla.redhat.com.
  46. .SH COPYRIGHT
  47. Copyright \(co 2009 Red Hat, Inc.
  48. .br
  49. This is free software. You may redistribute copies of it under the terms of
  50. the Directory Server license found in the LICENSE file of this
  51. software distribution. This license is essentially the GNU General Public
  52. License version 2 with an exception for plug-in distribution.