From e99bbdcb0d7f846f39fb1ee10879ea9d19f99d55 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Thu, 4 Aug 2005 18:50:10 +0000 Subject: * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry). --- doc/runscripts.html | 6 +++--- package/CHANGES | 2 ++ package/TODO | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/runscripts.html b/doc/runscripts.html index b095631..9d274f6 100644 --- a/doc/runscripts.html +++ b/doc/runscripts.html @@ -441,7 +441,7 @@ process state for those getties. (LFS)
  #!/bin/sh
- exec 2>,&1
+ exec 2>&1
  exec tcpsvd -l0 -u nobody 127.0.0.1 110 hotwayd
 

@@ -806,11 +806,11 @@ to be set up.

A sshd run script

-(Debian woody, sshd version OpenSSH_2.9p2) +(Debian)
  #!/bin/sh
  exec 2>&1
- exec sshd -D -e
+ exec /usr/sbin/sshd -D -e
 
This service needs a log service diff --git a/package/CHANGES b/package/CHANGES index e194fcf..dda8c0e 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,5 @@ + * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry). + runit 1.3.0 Sun, 24 Jul 2005 16:50:55 +0000 * man/runsv.8: typo; no longer document the e control character; clarify diff --git a/package/TODO b/package/TODO index 1cacc29..6c2bd6c 100644 --- a/package/TODO +++ b/package/TODO @@ -5,3 +5,4 @@ have sv replace runsvctrl, runsvstat, svwaitdown, svwaitup rewrite doc/dependencies.html: weak/string deps runsv: provide ./run's return code to ./finish, count startups of ./run and provide number to ./run +chpst: -u user[:group0[:group1 ...]] -- cgit 1.4.1