[Lunar-commits]
CVS: moonbase/utils/hotplug BUILD, 1.3, 1.4 DETAILS, 1.2, 1.3
Stefan Wold
ratler at lunar-linux.org
Tue Jan 27 12:26:28 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/hotplug
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22005
Modified Files:
BUILD DETAILS
Log Message:
Updated version and added agent for uploading firmware to for example a WiFi card
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/hotplug/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 4 Jan 2004 08:22:24 -0000 1.3
+++ BUILD 27 Jan 2004 12:26:26 -0000 1.4
@@ -1,6 +1,7 @@
(
mkdir -p /var/lock/subsys &&
- make install
+ make install &&
+ install -p -m 755 $SOURCE_CACHE/$SOURCE2 /etc/hotplug
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/hotplug/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 3 Jan 2004 23:21:24 -0000 1.2
+++ DETAILS 27 Jan 2004 12:26:26 -0000 1.3
@@ -1,11 +1,13 @@
MODULE=hotplug
- VERSION=2003_08_05
+ VERSION=2004_01_05
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=firmware.agent
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/linux-$MODULE/$SOURCE
+ SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
WEB_SITE=http://linux-hotplug.sourceforge.net/
ENTERED=20020814
- UPDATED=20030104
+ UPDATED=20040127
SHORT="The user space hotplug device manager"
cat <<EOF
Starting with kernel 2.4 (in January 2001), hotplugging is a standard
More information about the Lunar-commits
mailing list