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

Patch for knoppix-autoconfig



Hi,

While taking another look at the startup scripts of Knoppix I stumbled upon a 
redundant line in a case statement. Not really a bug but anyway, here is the 
patch...

Greetings

Ronny
--- knoppix-autoconfig.original	2008-05-29 17:43:14.000000000 +0200
+++ knoppix-autoconfig	2008-05-29 17:44:06.000000000 +0200
@@ -1164,7 +1164,6 @@
   (hd?) ;;                                               # IDE Harddisk, entire disk
   (sd?) ;;                                               # SCSI Harddisk, entire disk
   (ub?) ;;                                               # USB Harddisk, entire disk
-  (ub?) ;;                                               # USB Harddisk, entire disk
   ([hs]d*|ub*) partitions="$partitions /dev/$partition";;    # IDE, USB or SCSI disk partition
  esac
 done <<EOT

Reply to: