~gandelman-a/ubuntu/oneiric/scsitools/mergeproposal

« back to all changes in this revision

Viewing changes to scsiinfo/tk_scsiformat

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-02-13 07:22:11 UTC
  • mfrom: (4.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20070213072211-fjci695c4cj8xg0a
Tags: 0.9-1.1
* Non-maintainer upload, with maintainer's agreement, to fix pending l10n issues.
* Debconf translations:
  - Portuguese. Closes: #381711

Show diffs side-by-side

added added

removed removed

Lines of Context:
1079
1079
    pack .select.h.l .select.h.m -side left -padx 10
1080
1080
    pack .select.h -pady 10
1081
1081
    pack .select
1082
 
    set line [exec /usr/sbin/scsiinfo -l]
 
1082
    set line [exec /sbin/scsiinfo -l]
1083
1083
    set n 0
1084
1084
    foreach x $line { 
1085
1085
        if {[string first "/dev/sd" "$x"] != 0} continue;