Date: Tue, 2 Oct 2001 23:39:43 -0400 From: The Anarcat <anarcat@anarcat.dyndns.org> To: Libh <freebsd-libh@freebsd.org> Subject: corrupted diskwizard.tcl? Message-ID: <20011002233942.B31522@shall.anarcat.dyndns.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi.
I think there was a problem during the transfer of the diskwizard.tcl
patches:
Index: diskwizard.tcl
===================================================================
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 @@
proc list_disks {listbox} {
foreach disk_name [Disk::Disk_Names] {
- if {![string match "*cd*" $disk_name] &&=20
+ if {![string match "*cd*" $disk_name] &&
![string match "*md*" $disk_name]
} {
if { [catch {set d [Disk $disk_name]} fid] } {
What do you think?
A.
[-- Attachment #2 --]
-----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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011002233942.B31522>
