Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv14889/scripts
Modified Files:
hotplug
Log Message:
- hotplug doesn't print pci&usb warnings anymore
Index: hotplug
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/hotplug,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- hotplug 21 Jul 2003 20:43:33 -0000 1.6
+++ hotplug 8 Oct 2003 00:36:53 -0000 1.7
@@ -16,6 +16,10 @@
case $1 in
install )
if [ "$CONFIG_HOTPLUG" = "y" ]; then
+ if [ ! -f devil-linux-hotplug_nowarning.done ]; then
+ touch devil-linux-hotplug_nowarning.done
+ bzcat $DL_DIR/src/hotplug_nowarning.diff.bz2 | patch -p1 || exit 1
+ fi
copy_man
cp -dpR ./etc/hotplug $ETCDIR/etc/ || exit 1
cp -dpR ./etc/hotplug.d $ETCDIR/etc/ || exit 1
|