Systemd/extras/scsi_id
Kay Sievers 70721db6d7 fix GGC signed pointer warnings and switch volume_id to stdint
Solaris uses volume_id now and they fiddled around with configure scripts
to map the linux kernel int types. Adding the types locally to volume_id
breaks the klibc build, so just switch to these ugly types and forget it. :)

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2005-08-01 01:33:36 +02:00
..
ChangeLog [PATCH] update udev to scsi_id 0.7 2005-04-26 22:02:45 -07:00
COPYING [PATCH] add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com> 2005-04-26 21:06:24 -07:00
gen_scsi_id_udev_rules.sh [PATCH] scsi_id changes for use with udev %N and %p 2005-04-26 23:35:15 -07:00
Makefile fix GGC signed pointer warnings and switch volume_id to stdint 2005-08-01 01:33:36 +02:00
README [PATCH] update udev scsi_id to scsi_id 0.3 2005-04-26 21:13:17 -07:00
release-notes [PATCH] update udev to scsi_id 0.7 2005-04-26 22:02:45 -07:00
scsi.h [PATCH] update udev to include scsi_id 0.6 2005-04-26 21:37:02 -07:00
scsi_id.8 usb_id: fix typo 2005-07-19 14:36:34 -04:00
scsi_id.c fix GGC signed pointer warnings and switch volume_id to stdint 2005-08-01 01:33:36 +02:00
scsi_id.config [PATCH] update udev scsi_id to scsi_id 0.5 2005-04-26 21:36:21 -07:00
scsi_id.h [PATCH] update scsi_id to work with libsysfs changes 2005-04-26 23:39:48 -07:00
scsi_serial.c fix GGC signed pointer warnings and switch volume_id to stdint 2005-08-01 01:33:36 +02:00
TODO [PATCH] update udev to include scsi_id 0.6 2005-04-26 21:37:02 -07:00

scsi_id - generate a SCSI unique identifier for a given SCSI device

Primarily for use with udev callout config entries. This could also be
used by a multi-path configuration tool that requires SCSI id's.

Requires:

	- Linux kernel 2.6

	- sysfsutils 0.4

Build via make and make install.

Please send questions, comments or patches to patmans@us.ibm.com.