Package: nbd
Version:  2.9.11
Severity: minor
Tags: patch

Hi,

The following patch fixes an error. I've found them while translating nbd.
Char device /dev/nbd isn't »major mode 43« it is »major number 43«

Greetings,

Chris

diff -ru nbd.orig/debian/nbd-client.templates nbd/debian/nbd-client.templates
--- nbd.orig/debian/nbd-client.templates	2009-05-26 08:53:59.000000000 +0200
+++ nbd/debian/nbd-client.templates	2009-05-27 08:51:05.000000000 +0200
@@ -54,7 +54,7 @@
 Type: string
 _Description: /dev entry for this nbd-client (number: ${number})?
  Every nbd-client process needs to be associated with a /dev entry with
- major mode 43. Please enter the name of the /dev entry you want to use for
+ major number 43. Please enter the name of the /dev entry you want to use for
  this nbd-client. Note that this needs to be the full path to that entry,
  not just the last part.
  .

Reply via email to