[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#26391: marked as done (small bug in the scsi-config portion of hwtools)



Your message dated Mon, 26 Apr 1999 00:49:56 +0200
with message-id <19990426004955.A5275@cibalia.gkvk.hr>
and subject line new hwtools 0.4
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 4 Sep 1998 00:55:58 +0000
Received: (qmail 4883 invoked from network); 4 Sep 1998 00:55:58 -0000
Received: from planck.pha.jhu.edu (128.220.26.196)
  by debian.novare.net with SMTP; 4 Sep 1998 00:55:58 -0000
Received: from cadfael.home.net (root@ppp104.hcf.jhu.edu [128.220.222.104])
	by planck.pha.jhu.edu (8.8.5/8.8.5) with ESMTP id UAA00694
	for <submit@bugs.debian.org>; Thu, 3 Sep 1998 20:55:56 -0400 (EDT)
Received: from cadfael.home.net (booth@localhost [127.0.0.1])
	by cadfael.home.net (8.8.8/8.8.8/Debian/GNU local) with ESMTP id UAA06155
	for <submit@bugs.debian.org>; Thu, 3 Sep 1998 20:55:53 -0400
Message-Id: <199809040055.UAA06155@cadfael.home.net>
X-Mailer: exmh version 2.0.2 2/24/98 (debian) 
To: submit@bugs.debian.org
Subject: small bug in the scsi-config portion of hwtools
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 03 Sep 1998 20:55:52 -0400
From: Michael Booth <booth@planck.pha.jhu.edu>


Package: hwtools
Version: 0.3-4

The "Save to File" option of scsi-config has a small bug which leads to the 
creation of files with a trailing "\n".  I believe this if xixed 
(it works for me, but I'm no tk/tcl wizard) by the following diff to 
save-file, included below.

I am using tk 8.0p2-4 and tcl 8.0p2-3.

Thanks,
Mike Booth <booth@debian.org>

--- /usr/lib/scsi/save-file	Thu Sep  3 20:34:45 1998
+++ /usr/lib/scsi/save-file~	Mon Feb 16 23:18:15 1998
@@ -36,7 +36,7 @@
 	-activebackground red -activeforeground white
 button .win.f.continue -width 10 -text "Save" \
 	-activebackground green \
-	-command {global fname; set fname [.win.fname.text get 1.0 "end -1 chars"]; destroy .win}
+	-command {global fname; set fname [.win.fname.text get 1.0 end]; destroy .win}
 pack .win.f.continue .win.f.quit -side left -padx 30 -ipadx 2 -ipady 2
 pack .win.f -pady 10
 pack .win


Reply to: