Forum OpenACS Q&A: Re: Newbie Installation

Collapse
16: Re: Newbie Installation (response to 1)
Posted by Tilmann Singer on
Recently I forgot the option how to restart a service with svc:
develop:~ # svc
develop:~ # svc -h
develop:~ # cvs --help
Usage: cvs [cvs-options] command [command-options-and-arguments]
  where cvs-options are -q, -n, etc.
...
develop:~ # svc --help
develop:~ # man svc
No manual entry for svc
develop:~ # svc -whereisthedamnhelptext
svc: illegal option -- w
svc options: u up, d down, o once, x exit, p pause, c continue, h hup, a alarm, i interrupt, t term, k kill
Just my personal experience - might be wrongly installed. It's great software, but it has unnecessary annoyances, IMHO.
Collapse
20: Re: Newbie Installation (response to 16)
Posted by Randy O'Meara on
Tilmann (and all who *hate* that there are no manpages),

Get and install the daemontools man pages at:

http://smarden.org/pape/djb/manpages/daemontools-0.76-man.tar.gz

Randy