Deleted Added
full compact
3c3
< # $Id: rc.network,v 1.31 1998/09/15 10:49:02 jkoshy Exp $
---
> # $Id: rc.network,v 1.32 1998/09/16 20:38:23 cracauer Exp $
27a28,33
> # Initial ATM interface configuration
> if [ "X${atm_enable}" = X"YES" -a -f /etc/rc.atm ]; then
> . /etc/rc.atm
> atm_pass1
> fi
>
91a98,102
> # Additional ATM interface configuration
> if [ -n "${atm_pass1_done}" ]; then
> atm_pass2
> fi
>
217a229,233
> # Start ATM daemons
> if [ -n "${atm_pass2_done}" ]; then
> atm_pass3
> fi
>