diff options
author | agc <agc@pkgsrc.org> | 2006-05-21 09:51:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2006-05-21 09:51:00 +0000 |
commit | 0c73ae8313d8fde272cc7e363284548192652230 (patch) | |
tree | ad93dc77f7eee0cbe5fe0cd9d5fe66d78e6c689c /devel | |
parent | e717f552f20a6691eb09ec4d0e9c3bbf1807745a (diff) | |
download | pkgsrc-0c73ae8313d8fde272cc7e363284548192652230.tar.gz |
Update the NetBSD iSCSI target to version 20060520:
Adjust the data VPD returns, to work around a problem in the Cisco
initiator (used on Solaris 10 Update 1) - the initiator demands that a
UUID is returned, so give it one.
Add autoconf glue for that, and a compat uuid_create(3) and
uuid_to_string(3).
This still spews a lot of output via the target's syslog, but persevere,
since it does actually make the target work with the Solaris initiator:
solaris10# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1d0 <DEFAULT cyl 29728 alt 2 hd 64 sec 63>
/pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0
1. c2t5d0 <DEFAULT cyl 96 alt 2 hd 64 sec 32>
/iscsi/disk@0000iqn.1994-04.org.netbsd.iscsi-target%3Atarget00001,0
Specify disk (enter its number): ^D
solaris10# df -k /mnt
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c2t5d0s0 91407 1041 81226 2% /mnt
solaris10# uname -a
SunOS solaris10 5.10 Generic_118844-26 i86pc i386 i86pc
solaris10#
Diffstat (limited to 'devel')
-rw-r--r-- | devel/netbsd-iscsi/Makefile | 4 | ||||
-rw-r--r-- | devel/netbsd-iscsi/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/netbsd-iscsi/Makefile b/devel/netbsd-iscsi/Makefile index 8142ce5645f..5d5bff173a4 100644 --- a/devel/netbsd-iscsi/Makefile +++ b/devel/netbsd-iscsi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2006/04/24 22:03:06 agc Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/21 09:51:00 agc Exp $ -DISTNAME= netbsd-iscsi-20060424 +DISTNAME= netbsd-iscsi-20060520 CATEGORIES= devel MASTER_SITES= http://www.alistaircrooks.co.uk/src/ diff --git a/devel/netbsd-iscsi/distinfo b/devel/netbsd-iscsi/distinfo index 3118f7e53c0..8171816300e 100644 --- a/devel/netbsd-iscsi/distinfo +++ b/devel/netbsd-iscsi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2006/04/24 22:03:06 agc Exp $ +$NetBSD: distinfo,v 1.10 2006/05/21 09:51:01 agc Exp $ -SHA1 (netbsd-iscsi-20060424.tar.gz) = 20b2c621902ebbcc0143588c52492aed7d743b71 -RMD160 (netbsd-iscsi-20060424.tar.gz) = 8f36529629c1a97d42b27f1543664eadfc11ffa5 -Size (netbsd-iscsi-20060424.tar.gz) = 237549 bytes +SHA1 (netbsd-iscsi-20060520.tar.gz) = 998ed68b869133892318a169a16c651112faa9c6 +RMD160 (netbsd-iscsi-20060520.tar.gz) = ec6d15c6921f5bcc8a3d6fb5d104f29aba8b5aaa +Size (netbsd-iscsi-20060520.tar.gz) = 239515 bytes |