[Lunar-commits] r18800 - moonbase/trunk/filesys/udev
Steven Michalske
hardkrash at lunar-linux.org
Mon Feb 20 20:01:25 UTC 2006
you need to auto promote the save number or put a date on it...
On Feb 20, 2006, at 8:04 AM, Moritz Heiber wrote:
> 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 &&
>
> _______________________________________________
> Lunar-commits mailing list
> Lunar-commits at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar-commits
More information about the Lunar-commits
mailing list