Debian bug report logs -
#921, boring messages
Message sent to debian-devel@pixar.com:
Subject: Bug#921: [patch] debian , 8bit finger , netstd-package
Reply-To: Rune Karlsen <runek@eldarin.uio.no>, debian-bugs@pixar.com
Orignal-Sender: runek@extern.uio.no
Resent-To: debian-devel@pixar.com
Resent-From: Rune Karlsen <runek@eldarin.uio.no>
Resent-Sender: iwj10@cus.cam.ac.uk
Resent-Date: Sat, 27 May 1995 21:48:02 GMT
Resent-Message-ID: <debian-bugs-handler.921.052721463819809@pixar.com>
X-Debian-PR-Package:
X-Debian-PR-Keywords:
Received: via spool for debian-bugs; Sat, 27 May 1995 21:48:02 GMT
Received: with rfc822 via encapsulated-mail id 052721463819809;
Sat, 27 May 1995 21:46:38 GMT
Received: from pixar.com by mongo.pixar.com with smtp
(Smail3.1.28.1 #15) id m0sFTfX-0005kIC; Sat, 27 May 95 14:45 PDT
Received: from pat.uio.no by pixar.com with SMTP id AA11111
(5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sat, 27 May 1995 14:43:48 -0700
Received: from eldarin.uio.no by pat.uio.no with SMTP (PP)
id <06729-0@pat.uio.no>; Sat, 27 May 1995 23:44:53 +0200
Date: Sat, 27 May 95 23:44:12 0200
Sender: runek@extern.uio.no
From: Rune Karlsen <runek@eldarin.uio.no>
Organization: University of Oslo, Norway
X-Mailer: Mozilla 1.1N (X11; I; Linux 1.2.1 i486)
Mime-Version: 1.0
To: debian-bugs@pixar.com
X-Url: http://www.cl.cam.ac.uk:/users/iwj10/debian-bugs/Reporting.html
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii
Message-Id: <"pat.uio.no.750:27.04.95.21.45.08"@pat.uio.no>
Hi!
/usr/bin/finger converts 8bit characters to M-x when fingering locally,
or from remote hosts.
Here is a patch - also sent to Tobias (the netstd-package maintainer).
Keep up the good work, debian looks good .)
finger.runek.diff:--- finger.orig/lprint.c Sat May 28 23:37:59 1994
+++ finger/lprint.c Sat May 27 22:59:55 1995
@@ -328,7 +328,7 @@
vputc(ch)
register int ch;
{
- int meta;
+/* int meta;
if (!isascii(ch)) {
(void)putchar('M');
@@ -343,4 +343,15 @@
(void)putchar('^');
(void)putchar(ch == '\177' ? '?' : ch | 0100);
}
+*/
+
+/* 8bit character handling support */
+/* Rune Karlsen (runek@eldarin.uio.no) */
+
+ if (isprint(ch) || isspace(ch) || ch >= 0240)
+ (void)putchar(ch);
+ else
+ (void)putchar(ch ^ 0100);
+
+
}
------
Sincerely,
Rune Karlsen (runek@eldarin.uio.no http://www.ifi.uio.no)
Message sent:
From: iwj10@thor.cam.ac.uk (Ian Jackson)
To: Rune Karlsen <runek@eldarin.uio.no>
Subject: Bug#921: Acknowledgement (was: [patch] debian , 8bit finger , netstd-package)
In-Reply-To: <"pat.uio.no.750:27.04.95.21.45.08"@pat.uio.no>
References: <"pat.uio.no.750:27.04.95.21.45.08"@pat.uio.no>
Thank you for the problem report you have sent regarding Debian GNU/Linux.
This is an automatically generated reply, to let you know your message has
been received. It is being forwarded to the developers' mailing list for
their attention; they will reply in due course.
If you wish to submit further information on your problem, please send
it to debian-bugs@pixar.com, but please ensure that the Subject
line of your message starts with "Bug#921" or "Re: Bug#921" so that
we can identify it as relating to the same problem.
Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.
Your message didn't have a Package: line at the start (in the
pseudo-header following the real mail header), or didn't have a
psuedo-header at all.
This makes it much harder for us to categorise and deal with your
problem report; please ensure that you say which package(s) and
version(s) the problem is with next time. Some time in the future the
problem reports system may start rejecting such messages.
Ian Jackson
(maintainer, debian-bugs)
Ian Jackson /
iwj10@thor.cam.ac.uk,
with the debian-bugs tracking mechanism