diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2004-02-28 01:00:36 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:34:28 -0700 |
commit | b484e43622c04aaf4a2ca851bc7436b873530b1d (patch) | |
tree | bd159d1b4881e9b8a9d9d1a8cfabf28f8f3299ef /extras/scsi_id/Makefile | |
parent | 1373b381d0881dba99b2f2654856d28ac0a70fda (diff) |
[PATCH] update udev scsi_id to scsi_id 0.4
This patch syncs the scsi_id in the udev tree to version 0.4.
Diffstat (limited to 'extras/scsi_id/Makefile')
-rw-r--r-- | extras/scsi_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index abf48895ad..bfc2923b34 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -SCSI_ID_VERSION=0.3 +SCSI_ID_VERSION=0.4 prefix = etcdir = ${prefix}/etc |