diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2004-10-05 21:30:54 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:02 -0700 |
commit | 01f950e2eb86563255a269ecadd386cbe5361d0c (patch) | |
tree | fc29349f58e1b89b1ca02470f9a391ea8cc2b849 /extras/scsi_id/Makefile | |
parent | e7c4f85f8a96b6b52e8885685eb6f36df48bbeba (diff) |
[PATCH] update udev to include scsi_id 0.6
Here's a patch updating udev's copy of scsi_id to version 0.6.
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 8fe29f3647..7ccc4c5118 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.5 +SCSI_ID_VERSION=0.6 prefix = etcdir = ${prefix}/etc |