summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2002-12-15 22:06:27 +0000
committerChad Huneycutt <chadh@gentoo.org>2002-12-15 22:06:27 +0000
commit277a160f3aed6f0a5ccb14e4383e94a2c5b4c61e (patch)
tree36b881d032415c0f83d93173dc1edf3f152a36e6 /sys-apps/pcmcia-cs
parentupdated keyconfig (diff)
downloadgentoo-2-277a160f3aed6f0a5ccb14e4383e94a2c5b4c61e.tar.gz
gentoo-2-277a160f3aed6f0a5ccb14e4383e94a2c5b4c61e.tar.bz2
gentoo-2-277a160f3aed6f0a5ccb14e4383e94a2c5b4c61e.zip
Changed the pcmcia init script name, which required a minor edit to all pcmcia-cs ebuilds.
Diffstat (limited to 'sys-apps/pcmcia-cs')
-rw-r--r--sys-apps/pcmcia-cs/ChangeLog9
-rw-r--r--sys-apps/pcmcia-cs/files/pcmcia.conf6
-rw-r--r--sys-apps/pcmcia-cs/files/pcmcia.new77
-rw-r--r--sys-apps/pcmcia-cs/files/pcmcia.rc659
-rw-r--r--sys-apps/pcmcia-cs/files/pcmcia.rc765
-rw-r--r--sys-apps/pcmcia-cs/files/pcmcia.settings10
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild4
-rw-r--r--sys-apps/pcmcia-cs/pcmcia-cs-3.2.3.ebuild4
16 files changed, 31 insertions, 235 deletions
diff --git a/sys-apps/pcmcia-cs/ChangeLog b/sys-apps/pcmcia-cs/ChangeLog
index 1826c29838b7..33d883f9b48e 100644
--- a/sys-apps/pcmcia-cs/ChangeLog
+++ b/sys-apps/pcmcia-cs/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/pcmcia-cs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/ChangeLog,v 1.26 2002/12/13 11:00:33 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/ChangeLog,v 1.27 2002/12/15 22:06:27 chadh Exp $
+
+ 15 Dec 2002; Chad Huneycutt <chadh@gentoo.org> : pcmcia-cs-3.1.33-r5.ebuild, pcmcia-cs-3.1.34-r6.ebuild, pcmcia-cs-3.1.34-r7.ebuild, pcmcia-cs-3.1.34-r8.ebuild, pcmcia-cs-3.2.0.ebuild, pcmcia-cs-3.2.1-r1.ebuild, pcmcia-cs-3.2.1-r2.ebuild, pcmcia-cs-3.2.1.ebuild, pcmcia-cs-3.2.2.ebuild, pcmcia-cs-3.2.3.ebuild :
+ Changed the ebuilds to use new init script name (see below).
+
+ 15 Dec 2002; Chad Huneycutt <chadh@gentoo.org> : files/pcmcia.rc6, files/pcmcia.conf :
+ Updated init script to load pcmcia modules (according to pcmcia.conf, aka
+ /etc/conf.d/pcmcia) and changed filename to pcmcia.rc.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/sys-apps/pcmcia-cs/files/pcmcia.conf b/sys-apps/pcmcia-cs/files/pcmcia.conf
index d44aa6f32c08..b43b41065c07 100644
--- a/sys-apps/pcmcia-cs/files/pcmcia.conf
+++ b/sys-apps/pcmcia-cs/files/pcmcia.conf
@@ -5,8 +5,8 @@ SCHEME="home"
# These are from the pcmcia-cs distribution, but aren't used yet
# Should be either i82365 or tcic
-#PCIC=""
+PCIC=""
# Put socket driver timing parameters here
-#PCIC_OPTS=""
+PCIC_OPTS=""
# Put pcmcia_core options here
-#CORE_OPTS=""
+CORE_OPTS=""
diff --git a/sys-apps/pcmcia-cs/files/pcmcia.new b/sys-apps/pcmcia-cs/files/pcmcia.new
deleted file mode 100644
index e1609cd04de8..000000000000
--- a/sys-apps/pcmcia-cs/files/pcmcia.new
+++ /dev/null
@@ -1,77 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/files/pcmcia.new,v 1.2 2001/12/06 20:17:02 azarah Exp $
-
-. /etc/rc.d/config/pcmcia
-
-cleanup()
-{
- while read SN CLASS MOD INST DEV EXTRA ; do
- if [ "$SN" != "Socket" ] ; then
- /etc/pcmcia/$CLASS stop $DEV 2> /dev/null
- fi
- done
-}
-
-start() {
- if [ -d /var/lib/pcmcia ] ; then
- SC=/var/lib/pcmcia/scheme
- RUN=/var/lib/pcmcia
- else
- SC=/var/run/pcmcia-scheme
- RUN=/var/run
- fi
- if [ -L $SC -o ! -O $SC ] ; then rm -f $SC ; fi
- if [ ! -f $SC ] ; then umask 022 ; touch $SC ; fi
- if [ "$SCHEME" ] ; then umask 022 ; echo $SCHEME > $SC ; fi
- fgrep -q pcmcia /proc/devices
- if [ $? -ne 0 ] ; then
- if [ -d /lib/modules/preferred ] ; then
- PC=/lib/modules/preferred/pcmcia
- else
- PC=/lib/modules/`uname -r`/pcmcia
- fi
- if [ -d $PC ] ; then
- echo -n " modules"
- /sbin/insmod $PC/pcmcia_core.o ${PCMCIA_CORE_OPTS} 2>&1 > /dev/null
- /sbin/insmod $PC/${PCMCIA_PCIC}.o ${PCMCIA_PCIC_OPTS} 2>&1 > /dev/null
- /sbin/insmod $PC/ds.o 2>&1 > /dev/null
- else
- echo " module directory $PC not found."
- break
- fi
- fi
- if [ -s /var/run/cardmgr.pid ] && \
- kill -0 `cat /var/run/cardmgr.pid` 2>/dev/null ; then
- echo " cardmgr is already running."
- else
- if [ -r $RUN/stab ] ; then
- cat $RUN/stab | cleanup
- fi
- /sbin/cardmgr ${PCMCIA_CARDMGR_OPTS} 2>&1 > /dev/null
- fi
- mkdir -p /var/lock/subsys
- touch /var/lock/subsys/pcmcia 2>&1 > /dev/null
-}
-
-stop() {
- if [ -s /var/run/cardmgr.pid ] ; then
- PID=`cat /var/run/cardmgr.pid`
- kill $PID
- echo -n " cardmgr"
- # Give cardmgr a few seconds to handle the signal
- kill -0 $PID 2>/dev/null && sleep 2 && \
- kill -0 $PID 2>/dev/null && sleep 2 && \
- kill -0 $PID 2>/dev/null && sleep 2 && \
- kill -0 $PID 2>/dev/null
- fi
- killall -q "CardBus Watcher"
- if fgrep -q "ds " /proc/modules ; then
- echo -n " modules"
- /sbin/rmmod ds
- /sbin/rmmod ${PCMCIA_PCIC}
- /sbin/rmmod pcmcia_core
- fi
- rm -f /var/lock/subsys/pcmcia
-}
diff --git a/sys-apps/pcmcia-cs/files/pcmcia.rc6 b/sys-apps/pcmcia-cs/files/pcmcia.rc6
deleted file mode 100644
index 78e10e1fddb2..000000000000
--- a/sys-apps/pcmcia-cs/files/pcmcia.rc6
+++ /dev/null
@@ -1,59 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/files/pcmcia.rc6,v 1.6 2002/04/27 23:34:20 bangert Exp $
-
-RUN=/var/run
-SC=${RUN}/pcmcia-scheme
-
-cleanup()
-{
- while read SN CLASS MOD INST DEV EXTRA ; do
- if [ "x${SN}" != "xSocket" ] ; then
- /etc/pcmcia/${CLASS} stop ${DEV} 2> /dev/null
- fi
- done
-}
-
-start() {
- local modules_loaded
- local code
- # Scheme is set for the /etc/pcmcia/shared script
- if [ -n "${SCHEME}" ] ; then umask 022 ; echo $SCHEME > ${SC}
- else umask 022 ; touch ${SC}
- fi
-
- # clean up any old interfaces
- if [ -r ${RUN}/stab ] ; then
- cat ${RUN}/stab | cleanup
- fi
- # if /var/lib/pcmcia exists (and sometimes it gets created accidentally if you run
- # pcmcia-cs apps w/out the proper flags), then it will really confuse the process
- if [ -d /var/lib/pcmcia ] ; then
- rm -rf /var/lib/pcmcia
- fi
-
- if [ -z "`fgrep ds /proc/modules`" ] ; then
- modules_loaded="0"
- else
- modules_loaded="1"
- fi
-
- ebegin "Starting pcmcia"
- start-stop-daemon --start --quiet --exec /sbin/cardmgr -- -s ${RUN}/stab ${CARDMGR_OPTS}
- code=$?
- if [ $code -gt 0 -a $modules_loaded -eq 0 ] ; then
- einfo "cardmgr failed to start. Make sure that you have PCMCIA"
- einfo "loaded, either as a module or built into the kernel"
- fi
- eend $code
-}
-
-stop() {
- if [ -w ${SC} ] ; then rm -f ${SC} ; fi
-
- ebegin "Stopping pcmcia"
- start-stop-daemon --stop --quiet --pidfile /var/run/cardmgr.pid --retry 5
- eend $?
-}
-
diff --git a/sys-apps/pcmcia-cs/files/pcmcia.rc7 b/sys-apps/pcmcia-cs/files/pcmcia.rc7
deleted file mode 100644
index 0cc0a642d0df..000000000000
--- a/sys-apps/pcmcia-cs/files/pcmcia.rc7
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/files/pcmcia.rc7,v 1.1 2002/09/10 22:22:09 cardoe Exp $
-
-RUN=/var/run
-SC=${RUN}/pcmcia-scheme
-
-depend()
-{
- use logger
-}
-
-
-cleanup()
-{
- while read SN CLASS MOD INST DEV EXTRA ; do
- if [ "x${SN}" != "xSocket" ] ; then
- /etc/pcmcia/${CLASS} stop ${DEV} 2> /dev/null
- fi
- done
-}
-
-start() {
- local modules_loaded
- local code
- # Scheme is set for the /etc/pcmcia/shared script
- if [ -n "${SCHEME}" ] ; then umask 022 ; echo $SCHEME > ${SC}
- else umask 022 ; touch ${SC}
- fi
-
- # clean up any old interfaces
- if [ -r ${RUN}/stab ] ; then
- cat ${RUN}/stab | cleanup
- fi
- # if /var/lib/pcmcia exists (and sometimes it gets created accidentally if you run
- # pcmcia-cs apps w/out the proper flags), then it will really confuse the process
- if [ -d /var/lib/pcmcia ] ; then
- rm -rf /var/lib/pcmcia
- fi
-
- if [ -z "`fgrep ds /proc/modules`" ] ; then
- modules_loaded="0"
- else
- modules_loaded="1"
- fi
-
- ebegin "Starting pcmcia"
- start-stop-daemon --start --quiet --exec /sbin/cardmgr -- -s ${RUN}/stab ${CARDMGR_OPTS}
- code=$?
- if [ $code -gt 0 -a $modules_loaded -eq 0 ] ; then
- einfo "cardmgr failed to start. Make sure that you have PCMCIA"
- einfo "loaded, either as a module or built into the kernel"
- fi
- eend $code
-}
-
-stop() {
- if [ -w ${SC} ] ; then rm -f ${SC} ; fi
-
- ebegin "Stopping pcmcia"
- start-stop-daemon --stop --quiet --pidfile /var/run/cardmgr.pid --retry 5
- eend $?
-}
-
diff --git a/sys-apps/pcmcia-cs/files/pcmcia.settings b/sys-apps/pcmcia-cs/files/pcmcia.settings
deleted file mode 100644
index 2d985fe41231..000000000000
--- a/sys-apps/pcmcia-cs/files/pcmcia.settings
+++ /dev/null
@@ -1,10 +0,0 @@
-# Should be either i82365 or tcic
-PCIC=i82365
-# Put socket driver timing parameters here
-PCIC_OPTS=
-# Put pcmcia_core options here
-CORE_OPTS=
-# Put cardmgr options here
-CARDMGR_OPTS=
-# To set the PCMCIA scheme at startup...
-SCHEME=
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild
index 13a637c83088..28560dd938c4 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild,v 1.5 2002/10/19 02:52:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.33-r5.ebuild,v 1.6 2002/12/15 22:06:27 chadh Exp $
# This ebuild installs ${FILESDIR}/hermes.conf, which you can get from
# http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/hermes.conf
@@ -103,7 +103,7 @@ src_install() {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild
index 55f188ddd848..f42f76d8b357 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild,v 1.3 2002/10/19 02:52:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r6.ebuild,v 1.4 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -108,7 +108,7 @@ src_install() {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild
index 49d4bb6ae319..ffed9dbc3276 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild,v 1.3 2002/10/19 02:52:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r7.ebuild,v 1.4 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -110,7 +110,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild
index ea9d8e4be016..54a58daa6acf 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild,v 1.7 2002/12/09 04:37:26 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.1.34-r8.ebuild,v 1.8 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -114,7 +114,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild
index 69fa3a40b216..cf5a13e06b3e 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild,v 1.2 2002/10/04 06:29:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.0.ebuild,v 1.3 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -116,7 +116,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild
index 0e090ea43615..09dea7ab3742 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild,v 1.2 2002/11/02 15:48:23 chadh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r1.ebuild,v 1.3 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -124,7 +124,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild
index 477241a8864d..f9276c408bf0 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild,v 1.2 2002/11/02 15:48:23 chadh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1-r2.ebuild,v 1.3 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -131,7 +131,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild
index e881e9646038..533b05ad097e 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild,v 1.2 2002/10/04 06:29:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.1.ebuild,v 1.3 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -116,7 +116,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild
index 419eb1f77967..9d480c77e06a 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild,v 1.1 2002/11/11 19:35:55 chadh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.2.ebuild,v 1.2 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -131,7 +131,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}
diff --git a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3.ebuild b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3.ebuild
index 4fc1a4787b2f..83d7cca5f373 100644
--- a/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3.ebuild
+++ b/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3.ebuild,v 1.1 2002/11/17 20:28:46 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/pcmcia-cs-3.2.3.ebuild,v 1.2 2002/12/15 22:06:27 chadh Exp $
S=${WORKDIR}/${P}
DESCRIPTION="PCMCIA tools for Linux"
@@ -93,7 +93,7 @@ src_install () {
# install our own init script
exeinto /etc/init.d
- newexe ${FILESDIR}/pcmcia.rc6 pcmcia
+ newexe ${FILESDIR}/pcmcia.rc pcmcia
if [ -z "`use build`" ]
then
cd ${S}