diff options
author | Gerrit Pape <pape@smarden.org> | 2004-09-20 19:53:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2004-09-20 19:53:10 +0000 |
commit | 93b624bae85633d86da0f61bb7e96e1443f134aa (patch) | |
tree | 509da879d54c8cdd36a7f43edb18fc6e03844585 /doc/runscripts.html | |
parent | ef14eafab5dd09c6706a372835b932015f1fe9a8 (diff) | |
download | runit-93b624bae85633d86da0f61bb7e96e1443f134aa.tar.gz runit-93b624bae85633d86da0f61bb7e96e1443f134aa.tar.xz runit-93b624bae85633d86da0f61bb7e96e1443f134aa.zip |
* svlogd.c: fix line buffer handling for pattern matching (thx Enrico
Scholz); minor bug fixes. * doc/index.html: wording; add link to useinit.html; remove link to runit on LinuxFromScratch. * doc/runscripts.html: add hint, some getties need to be run in a new session/process group (thx Dan Melomedman). * man/svlogd.8: minor fixes. * man/svwaitdown.8: remove hint about -x option.
Diffstat (limited to 'doc/runscripts.html')
-rw-r--r-- | doc/runscripts.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/runscripts.html b/doc/runscripts.html index 9ee0c40..e160550 100644 --- a/doc/runscripts.html +++ b/doc/runscripts.html @@ -339,6 +339,11 @@ Debian's <tt>mingetty</tt> creates its own utmp record. #!/bin/sh exec chpst -P fgetty tty4 </pre> +The <a href="runsv.8.html">runsv</a> program does not automatically create +a new session and separate process group for run scripts, which can +cause some <i>getties</i> to fail due to limited permissions. +The <a href="chpst.8.html">chpst</a> program can be used to alter the +process state for those <i>getties</i>. <hr> <h3><a name="gpm">A <tt>gpm</tt> run script</a></h3> (<i>LFS</i>) |