From owner-freebsd-libh Tue Oct 2 20:39:50 2001 Delivered-To: freebsd-libh@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id 2AD2237B401 for ; Tue, 2 Oct 2001 20:39:47 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.92.161.107]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011003033945.XUZF12483.tomts13-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Tue, 2 Oct 2001 23:39:45 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 040E41A84 for ; Tue, 2 Oct 2001 23:39:40 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 3AF0820BE1; Tue, 2 Oct 2001 23:39:43 -0400 (EDT) Date: Tue, 2 Oct 2001 23:39:43 -0400 From: The Anarcat To: Libh Subject: corrupted diskwizard.tcl? Message-ID: <20011002233942.B31522@shall.anarcat.dyndns.org> Mail-Followup-To: The Anarcat , Libh Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi. I think there was a problem during the transfer of the diskwizard.tcl patches: Index: diskwizard.tcl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/libh/cvs/libh/release/diskedit/diskwizard.tcl,v retrieving revision 1.4 diff -u -r1.4 diskwizard.tcl --- diskwizard.tcl 2001/09/25 22:56:23 1.4 +++ diskwizard.tcl 2001/10/03 03:31:21 @@ -7,7 +7,7 @@ =20 proc list_disks {listbox} { foreach disk_name [Disk::Disk_Names] { - if {![string match "*cd*" $disk_name] &&=3D20 + if {![string match "*cd*" $disk_name] && ![string match "*md*" $disk_name] } { if { [catch {set d [Disk $disk_name]} fid] } { What do you think? A. --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAju6iHwACgkQttcWHAnWiGfitwCfZPDf6d15ICys6fz8xL4b3614 ZTIAnRdEmcHNx74MJhR4/97eS/9SWZ40 =P00I -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message