Package: console-tools
Version: 1:0.2.3dbs-70
Severity: minor
Tags: upstream

Dear Maintainer,

 from lib/misc-console-utils.c:

 22 static int open_a_console(char *fnam)·
 23 {
 24   int fd;
 25 ··
 26   /* try read-only */
 27   fd = open(fnam, O_RDWR);
 28 ··
 29   /* if failed, try read-only */
 30   if (fd < 0 && errno == EACCES)
 31       fd = open(fnam, O_RDONLY);

 I think the first read-only comment should be read/write instead. :)

 I was hesitating if I should bother at all to report this, but given
that there are not tons of other bugreports against this package it
could distract from, I guess it might help.

 Enjoy the laugh, and thanks for maintaining console-tools!
Rhonda


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to