runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f9cb25f630285c18fbe3fb68467357de357ae9bd
parent 99e342c582de96a20058d965cae3cff8e6df96a3
Author: Gerrit Pape <pape@smarden.org>
Date:   Fri, 31 Oct 2003 10:38:13 +0000

add pppd run script (iwth chpst) next to the pp one.

Diffstat:
Mdoc/runscripts.html | 7+++++++
Mpackage/CHANGES | 4++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/doc/runscripts.html b/doc/runscripts.html @@ -395,6 +395,13 @@ to be set up. echo "ppp -ddial dsl " exec /usr/sbin/ppp -unit0 -foreground dsl </pre> +<h3>A <tt>pppd</tt> run script</h3> +(<i>Linux</i>) +<pre> + #!/bin/sh + exec 2>&1 + exec chpst -P pppd call isp nodetach +</pre> <hr> <h3><a name="proftpd">A <tt>proftpd</tt> run script</a></h3> (<i>Linux</i>, ProFTPD Version 1.2.8rc1, diff --git a/package/CHANGES b/package/CHANGES @@ -1,3 +1,5 @@ + * doc/runscripts: add pppd run script (with chpst) next to the ppp one. + runit 0.12.0 Wed, 29 Oct 2003 18:27:48 +0000 * runsv.c: don't use EOVERFLOW as it is not standard (thx Christoph @@ -16,6 +18,8 @@ Wed, 29 Oct 2003 18:27:48 +0000 * etc/2, etc/debian/3, etc/freebsd/3, etc/macosx/StartupItems/runit, etc/openbsd/3, man/runsv.8, man/runsvchdir.8, man/runsvdir.8: default service directory is /var/service. + * doc/runscripts.html: add more contributed run scripts (thx Tomasz + Nidecki). runit 0.11.2 Tue, 23 Sep 2003 10:15:32 +0200