PageRenderTime 83ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 1ms

/chkconfig-1.3.59/ntsysv.8

#
Unknown | 33 lines | 28 code | 5 blank | 0 comment | 0 complexity | cd8d5f3ccc537e28cf1fd6859387683e MD5 | raw file
Possible License(s): GPL-2.0
  1. .TH NTSYSV 8 "Mon Oct 13 1997"
  2. .UC 4
  3. .SH NAME
  4. ntsysv \- simple interface for configuring runlevels
  5. .SH SYNOPSIS
  6. \fBntsysv\fR [--back] [--level <levels>]
  7. .SH DESCRIPTION
  8. \fBntsysv\fR is a simple interface for configuring runlevel services which
  9. are also configurable through \fBchkconfig\fR. By default, it configures
  10. runlevels 2, 3, 4, and 5. If the user would like to configure other runlevels,
  11. those levels can be specified on the command line by listing the levels
  12. after \fB--level\fR, without any spaces. For example, the option
  13. \fI--level 016\fR edits runlevels 0, 1, and 6.
  14. A service is considered to be started in the runlevel set if it is started
  15. in any of the runlevels which are being edited.
  16. The \fBntsysv\fR window normally contains a \fBCancel\fR button. If
  17. \fB--back\fR is specified, a \fBBack\fR button appears instead.
  18. .PD
  19. .SH "RETURN CODES"
  20. \fBntsysv\fR returns 0 on success, 2 on error, and 1 if the user cancelled
  21. (or backed out of) the program.
  22. .PD
  23. .SH "SEE ALSO"
  24. .BR chkconfig (8),
  25. .SH AUTHOR
  26. .nf
  27. Erik Troan <ewt@redhat.com>
  28. .fi