Compare commits

...

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

2 changed files with 15 additions and 27 deletions

View File

@ -1,10 +0,0 @@
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,7 +35,6 @@
#
#
if [ -d /var/install/sysvinit* ]; then
WDIR=`pwd`
cd etc/init.d
chmod 755 pcmciautils
@ -51,5 +50,4 @@ if [ -d /var/install/sysvinit* ]; then
cd ..
done
cd $WDIR
fi
~