*** etc/rc.network.org.c4b	Thu Jan 16 21:30:28 2003
--- etc/rc.network	Thu Apr 24 20:42:46 2003
***************
*** 274,279 ****
--- 274,291 ----
  		fi
  	done
  
+ 	# CAPI subsystem startup
+ 	# Note: Because I4B may use some CAPI driven ISDN controllers, CAPI
+ 	#       must be started before.
+ 	#
+ 	case ${capi_enable} in
+ 	[Yy][Ee][Ss])
+ 		if [ -r /etc/rc.capi ]; then
+ 			. /etc/rc.capi
+ 		fi
+ 		;;
+ 	esac
+ 
  	# ISDN subsystem startup
  	#
  	case ${isdn_enable} in
