From 84457fd2a4bfb662aacd11f9106323efe4b2f915 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Tue, 23 Aug 2005 22:36:27 +0000 Subject: * doc/runscripts.html: typo; openssh needs absolute path (thx Kevin Berry); exec into dhcpcd. * uidgid.c, uidgid.h, chpst.c: support colon-separated list of groups. * sv.c: utilize optional ./check script in service directory to check for availablity of service. * runsv.c: wait_pid() might be interupted. * man/chpst.8, man/sv.8: adapt. --- doc/runscripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/runscripts.html') diff --git a/doc/runscripts.html b/doc/runscripts.html index 9d274f6..793f2ed 100644 --- a/doc/runscripts.html +++ b/doc/runscripts.html @@ -282,7 +282,7 @@ this page. (Linux, DHCP Client Daemon v.scriptconfig-0.1)
  #!/bin/sh
- dhcpcd -a -d -D -H eth0
+ exec dhcpcd -a -d -D -H eth0
 

A dhcpd run script

-- cgit 1.4.1