Update of /cvsroot/leaf/src/bering-uclibc/apps/pcmca-cs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15738

Modified Files:
        buildtool.cfg pcmcia.init 
Log Message:
corrected location of scheme and stab file

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pcmca-cs/buildtool.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.cfg       11 Dec 2004 13:41:46 -0000      1.6
--- buildtool.cfg       19 Dec 2004 15:43:43 -0000      1.7
***************
*** 57,61 ****
        <pcmcia>
                Version = 3.2.8
!               Revision = 2
  
                Help <<EOF
--- 57,61 ----
        <pcmcia>
                Version = 3.2.8
!               Revision = 3
  
                Help <<EOF
***************
*** 144,155 ****
                        </File>         
                        <File>
!                               Filename        = var/lib/misc
                                Type            = directory
                        </File>
                        <File>
!                               Filename        = var/lib/misc
                                Type            = list
                        </File>
                        <File>
                                Filename        = etc/pcmcia
                                Type            = list
--- 144,159 ----
                        </File>         
                        <File>
!                               Filename        = var/lib/pcmcia
                                Type            = directory
                        </File>
                        <File>
!                               Filename        = var/lib/pcmcia
                                Type            = list
                        </File>
                        <File>
+                               Filename        = var/lib/pcmcia/stab
+                               Type            = exclude
+                       </File>
+                       <File>
                                Filename        = etc/pcmcia
                                Type            = list

Index: pcmcia.init
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/pcmca-cs/pcmcia.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pcmcia.init 8 Dec 2004 20:10:51 -0000       1.1
--- pcmcia.init 19 Dec 2004 15:43:43 -0000      1.2
***************
*** 40,45 ****
      start)
        echo "Starting PCMCIA services:"
!       SC=/var/lib/misc/pcmcia-scheme
!       RUN=/var/run
        if [ -L $SC -o ! -O $SC ] ; then rm -f $SC ; fi
        if [ ! -f $SC ] ; then umask 022 ; touch $SC ; fi
--- 40,45 ----
      start)
        echo "Starting PCMCIA services:"
!       SC=/var/lib/pcmcia/scheme
!       RUN=/var/lib/pcmcia
        if [ -L $SC -o ! -O $SC ] ; then rm -f $SC ; fi
        if [ ! -f $SC ] ; then umask 022 ; touch $SC ; fi



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to