Compare commits

...

No commits in common. "v961" and "v963" have entirely different histories.
v961 ... v963

2 changed files with 27 additions and 15 deletions

10
etc/init/pcmciautils.conf Normal file
View File

@ -0,0 +1,10 @@
description "Setup environment for pcmcia"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on started udev
console none
exec /sbin/pcmcia-socket-startup

View File

@ -35,6 +35,7 @@
#
#
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 pcmciautils
@ -50,4 +51,5 @@ for i in 2 3 4 5; do
cd ..
done
cd $WDIR
fi
~