--- pcmcia-cs-3.0.14/etc/serial.orig	Wed Jun  9 13:11:14 1999
+++ pcmcia-cs-3.0.14/etc/serial	Wed Jun 30 17:57:45 1999
@@ -23,14 +23,7 @@
 ADDRESS="$SCHEME,$SOCKET,$INSTANCE"
 . $0.opts
 
-# Newer kernels deprecate use of "cua" devices, but we need to
-# keep track of them anyway, if the device files are present
-if [ -c /dev/cua1 ] ; then
-    NR=`expr $MINOR - 64`
-    CALLOUT=cua$NR
-else
-    CALLOUT=$DEVICE
-fi
+CALLOUT=$DEVICE
 
 case "$ACTION" in
 
--- pcmcia-cs-3.1.8/etc/rc.pcmcia.va	Tue Mar 21 10:01:07 2000
+++ pcmcia-cs-3.1.8/etc/rc.pcmcia	Tue Mar 21 10:01:20 2000
@@ -7,7 +7,7 @@
 
 # Tags for Red Hat init configuration tools
 #
-# chkconfig: 2345 45 96
+# chkconfig: 2345 08 96
 # processname: cardmgr
 # pidfile: /var/run/cardmgr.pid
 # config: /etc/pcmcia/config
