* Re: [ANNOUNCE] udev 006 release
2003-11-19 16:29 [ANNOUNCE] udev 006 release Greg KH
@ 2003-11-19 23:47 ` Greg KH
2003-11-20 1:12 ` Dave Jones
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2003-11-19 23:47 UTC (permalink / raw)
To: linux-hotplug
On Wed, Nov 19, 2003 at 08:29:12AM -0800, Greg KH wrote:
> The major changes since the 005 release are:
Oops, two more major changes I forgot to mention:
- udev.permissions can now handle wild cards. So the following
line would apply for all ttyUSB devices:
ttyUSB*:::0666
- I've added two external programs to the udev tarball, under
the extras/ directory. They are the scsi-id program from Pat
Mansfield, and the multipath program from Christophe Varoqui.
Both of them can work as CALLOUT programs. I don't think they
currently build properly within the tree, by linking against
klibc, but patches to their Makefiles to fix this would be
gladly accepted :)
Thanks a lot to both Pat and Christophe for letting me include their
programs in the main udev release, I appreciate it. And if there's any
other small programs that people want me to bundle within udev, please
let me know.
thanks,
greg k-h
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] udev 006 release
2003-11-19 16:29 [ANNOUNCE] udev 006 release Greg KH
2003-11-19 23:47 ` Greg KH
@ 2003-11-20 1:12 ` Dave Jones
2003-11-20 6:59 ` Olaf Hering
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Dave Jones @ 2003-11-20 1:12 UTC (permalink / raw)
To: linux-hotplug
On Wed, Nov 19, 2003 at 08:29:12AM -0800, Greg KH wrote:
> I've released the 006 version of udev. It can be found at:
> kernel.org/pub/linux/utils/kernel/hotplug/udev-006.tar.gz
>
> The udev BitKeeper tree has moved for now, due to kernel.bkbits.net
> being off the air to:
> bk://linuxusb.bkbits.net/udev
>
> Note, to build using klibc, please read the klibc README in the klibc/
> directory, and build using 'make -f Makefile.klibc'.
>
> If anyone ever wants a snapshot of the current tree, due to not using
> BitKeeper, or other reasons, is always available at any time by asking.
I just changed my sparse snapshotter to a generic bitkeeper repo snapshotting
script. Daily tarballs of udev as well as a daily unpacked tree can now also
be found at http://www.codemonkey.org.uk/projects/bitkeeper/udev/
Dave
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] udev 006 release
2003-11-19 16:29 [ANNOUNCE] udev 006 release Greg KH
2003-11-19 23:47 ` Greg KH
2003-11-20 1:12 ` Dave Jones
@ 2003-11-20 6:59 ` Olaf Hering
2003-11-20 15:25 ` Daniel Stekloff
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Olaf Hering @ 2003-11-20 6:59 UTC (permalink / raw)
To: linux-hotplug
On Wed, Nov 19, Greg KH wrote:
> - I've added two external programs to the udev tarball, under
> the extras/ directory. They are the scsi-id program from Pat
> Mansfield, and the multipath program from Christophe Varoqui.
> Both of them can work as CALLOUT programs. I don't think they
> currently build properly within the tree, by linking against
> klibc, but patches to their Makefiles to fix this would be
> gladly accepted :)
There is no make install target for the headers and the libs. Both
packages disgree on the location. I use the patch below. Can you make a
decision where the headers should be located?
--- scsi_id/scsi_id.c
+++ scsi_id/scsi_id.c 2003/11/19 21:25:38
@@ -33,7 +33,7 @@
#include <stdarg.h>
#include <ctype.h>
#include <sys/stat.h>
-#include <sys/libsysfs.h>
+#include <libsysfs.h>
#include "scsi_id.h"
#ifndef VERSION
--- scsi_id/scsi_serial.c
+++ scsi_id/scsi_serial.c 2003/11/19 21:25:42
@@ -31,7 +31,7 @@
#include <unistd.h>
#include <syslog.h>
#include <scsi/sg.h>
-#include <sys/libsysfs.h>
+#include <libsysfs.h>
#include "scsi_id.h"
#include "scsi.h"
--
USB is for mice, FireWire is for men!
sUse lINUX ag, n√úRNBERG
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] udev 006 release
2003-11-19 16:29 [ANNOUNCE] udev 006 release Greg KH
` (2 preceding siblings ...)
2003-11-20 6:59 ` Olaf Hering
@ 2003-11-20 15:25 ` Daniel Stekloff
2003-11-20 16:59 ` Greg KH
2003-11-20 17:00 ` Greg KH
5 siblings, 0 replies; 7+ messages in thread
From: Daniel Stekloff @ 2003-11-20 15:25 UTC (permalink / raw)
To: linux-hotplug
On Wednesday 19 November 2003 10:59 pm, Olaf Hering wrote:
> On Wed, Nov 19, Greg KH wrote:
> > - I've added two external programs to the udev tarball, under
> > the extras/ directory. They are the scsi-id program from Pat
> > Mansfield, and the multipath program from Christophe Varoqui.
> > Both of them can work as CALLOUT programs. I don't think they
> > currently build properly within the tree, by linking against
> > klibc, but patches to their Makefiles to fix this would be
> > gladly accepted :)
>
> There is no make install target for the headers and the libs. Both
> packages disgree on the location. I use the patch below. Can you make a
> decision where the headers should be located?
As a note, the package sysfsutils that contains libsysfs installs the headers
into /usr/include/sysfs. Are we going to have conflicts since udev has its
own private libsysfs statically included? Should the extra programs build off
udev's libsysfs, since they are included with the package? Or, should they
require a shared libsysfs from sysfsutils? If udev is to have its own static
edition of libsysfs, perhaps it'd be best if it didn't install headers and
the extras either used its static version or required the shared libsysfs to
be installed.
Thanks,
Dan
> --- scsi_id/scsi_id.c
> +++ scsi_id/scsi_id.c 2003/11/19 21:25:38
> @@ -33,7 +33,7 @@
> #include <stdarg.h>
> #include <ctype.h>
> #include <sys/stat.h>
> -#include <sys/libsysfs.h>
> +#include <libsysfs.h>
> #include "scsi_id.h"
>
> #ifndef VERSION
> --- scsi_id/scsi_serial.c
> +++ scsi_id/scsi_serial.c 2003/11/19 21:25:42
> @@ -31,7 +31,7 @@
> #include <unistd.h>
> #include <syslog.h>
> #include <scsi/sg.h>
> -#include <sys/libsysfs.h>
> +#include <libsysfs.h>
> #include "scsi_id.h"
> #include "scsi.h"
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] udev 006 release
2003-11-19 16:29 [ANNOUNCE] udev 006 release Greg KH
` (3 preceding siblings ...)
2003-11-20 15:25 ` Daniel Stekloff
@ 2003-11-20 16:59 ` Greg KH
2003-11-20 17:00 ` Greg KH
5 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2003-11-20 16:59 UTC (permalink / raw)
To: linux-hotplug
On Thu, Nov 20, 2003 at 01:12:09AM +0000, Dave Jones wrote:
> > If anyone ever wants a snapshot of the current tree, due to not using
> > BitKeeper, or other reasons, is always available at any time by asking.
>
> I just changed my sparse snapshotter to a generic bitkeeper repo snapshotting
> script. Daily tarballs of udev as well as a daily unpacked tree can now also
> be found at http://www.codemonkey.org.uk/projects/bitkeeper/udev/
Very nice, thanks for doing this.
greg k-h
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ANNOUNCE] udev 006 release
2003-11-19 16:29 [ANNOUNCE] udev 006 release Greg KH
` (4 preceding siblings ...)
2003-11-20 16:59 ` Greg KH
@ 2003-11-20 17:00 ` Greg KH
5 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2003-11-20 17:00 UTC (permalink / raw)
To: linux-hotplug
On Thu, Nov 20, 2003 at 07:25:34AM -0800, Daniel Stekloff wrote:
> On Wednesday 19 November 2003 10:59 pm, Olaf Hering wrote:
> > On Wed, Nov 19, Greg KH wrote:
> > > - I've added two external programs to the udev tarball, under
> > > the extras/ directory. They are the scsi-id program from Pat
> > > Mansfield, and the multipath program from Christophe Varoqui.
> > > Both of them can work as CALLOUT programs. I don't think they
> > > currently build properly within the tree, by linking against
> > > klibc, but patches to their Makefiles to fix this would be
> > > gladly accepted :)
> >
> > There is no make install target for the headers and the libs. Both
> > packages disgree on the location. I use the patch below. Can you make a
> > decision where the headers should be located?
>
>
> As a note, the package sysfsutils that contains libsysfs installs the headers
> into /usr/include/sysfs. Are we going to have conflicts since udev has its
> own private libsysfs statically included? Should the extra programs build off
> udev's libsysfs, since they are included with the package? Or, should they
> require a shared libsysfs from sysfsutils? If udev is to have its own static
> edition of libsysfs, perhaps it'd be best if it didn't install headers and
> the extras either used its static version or required the shared libsysfs to
> be installed.
I think the extras/ programs should probably build against the udev
version of libsysfs, in order to provide a "build everything"
experience, and not rely on people having to get a verison of libsysfs
too.
thanks,
greg k-h
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 7+ messages in thread