diff options
author | Gerrit Pape <pape@smarden.org> | 2005-08-23 22:36:27 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2005-08-23 22:36:27 +0000 |
commit | 84457fd2a4bfb662aacd11f9106323efe4b2f915 (patch) | |
tree | f9f062142b6fc5c063571cb7ba0b677d5be9546a /doc/runscripts.html | |
parent | e99bbdcb0d7f846f39fb1ee10879ea9d19f99d55 (diff) | |
download | runit-84457fd2a4bfb662aacd11f9106323efe4b2f915.tar.gz runit-84457fd2a4bfb662aacd11f9106323efe4b2f915.tar.xz runit-84457fd2a4bfb662aacd11f9106323efe4b2f915.zip |
* 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.
Diffstat (limited to 'doc/runscripts.html')
-rw-r--r-- | doc/runscripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
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</a>. (<i>Linux</i>, DHCP Client Daemon v.scriptconfig-0.1) <pre> #!/bin/sh - dhcpcd -a -d -D -H eth0 + exec dhcpcd -a -d -D -H eth0 </pre> <hr> <h3><a name="dhcpd">A <tt>dhcpd</tt> run script</a></h3> |