diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/runscripts.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/runscripts.html b/doc/runscripts.html index 8f3edd8..7cd8ec2 100644 --- a/doc/runscripts.html +++ b/doc/runscripts.html @@ -735,9 +735,7 @@ This service needs a to be set up. <hr> <h3><a name="samba">A <tt>smbd</tt> run script</a></h3> -(<i>Linux</i>, samba -<a href="http://www.grendel.net/handler/pub/samba-patches/">patched</a> -to run supervised) +(<i>Linux</i>) <pre> #!/bin/sh PATH="/usr/local/samba/bin" @@ -748,9 +746,7 @@ This service needs a <a href="http://cr.yp.to/daemontools/faq/create.html#runlog">log service</a> to be set up. <h3>A <tt>nmbd</tt> run script</h3> -(<i>Linux</i>, samba -<a href="http://www.grendel.net/handler/pub/samba-patches/">patched</a> -to run supervised) +(<i>Linux</i>) <pre> #!/bin/sh PATH="/usr/local/samba/bin" |