[Lunar-commits] r18800 - moonbase/trunk/filesys/udev
Moritz Heiber
moe at lunar-linux.org
Mon Feb 20 16:04:43 UTC 2006
Author: moe
Date: 2006-02-20 16:04:43 +0000 (Mon, 20 Feb 2006)
New Revision: 18800
Modified:
moonbase/trunk/filesys/udev/BUILD
Log:
We HAVE TO push out a new udev.conf EVERY TIME there's an update.
The default values are changing rapidly. I know this is REALLY BAD
but there's no other way to ensure that udev is going to work
properly in the future.
Modified: moonbase/trunk/filesys/udev/BUILD
===================================================================
--- moonbase/trunk/filesys/udev/BUILD 2006-02-20 16:03:39 UTC (rev 18799)
+++ moonbase/trunk/filesys/udev/BUILD 2006-02-20 16:04:43 UTC (rev 18800)
@@ -3,6 +3,12 @@
extras/edd_id extras/firmware extras/floppy \
extras/run_directory extras/scsi_id extras/usb_id \
extras/volume_id"
+
+ # Make sure we have the latest version of udev.conf
+ # available
+ if [ -f /etc/udev/udev.conf ] ; then
+ mv /etc/udev/udev.conf /etc/udev/udev.conf.save
+ fi &&
patch_it $SOURCE2 0 &&
patch_it $SOURCE3 0 &&
More information about the Lunar-commits
mailing list