#!/bin/sh #---------------------------------------------------------------------------- # /etc/rc.d/circuits.ppp-capi - PPP over CAPI (client side) # # Last Update: $Id$ #---------------------------------------------------------------------------- . /etc/rc.d/circuits-common.ppp-isdn # $1 = circuit information file # $2 = PPP peer file # $3 = variable receiving an error message (if any) ppp_isdn_circuit_add() { # by default, wait at most 15 seconds until the ISDN line is connected local circ_ppp_isdn_timeout=${circ_ppp_isdn_timeout:-15} do_modprobe ppp_async # A/C compression _must_ be prohibited as the ISDN subsystem needs # these fields to work correctly # # "sync" is not activated to not risk lost frames due to unwanted merging cat >> $2 <> $2 fi cat >> $1 <