From owner-freebsd-questions Mon Jul 17 03:00:53 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA20449 for questions-outgoing; Mon, 17 Jul 1995 03:00:53 -0700 Received: from gate.ti.com (news.ti.com [192.94.94.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA20432 for ; Mon, 17 Jul 1995 03:00:43 -0700 Received: from asura.mdc.tijp.ti.com ([137.167.157.57]) by gate.ti.com (8.6.10/) with ESMTP id FAA21463 for ; Mon, 17 Jul 1995 05:00:09 -0500 Received: from penguin.mdc.tijp.ti.com (penguin.mdc.tijp.ti.com [137.167.157.46]) by asura.mdc.tijp.ti.com (8.6.9/8.6.9) with ESMTP id SAA17349 for ; Mon, 17 Jul 1995 18:56:53 +0900 Received: from penguin (localhost [127.0.0.1]) by penguin.mdc.tijp.ti.com (8.6.9/3.3W6) with ESMTP id SAA06730 for questions@freebsd.org; Mon, 17 Jul 1995 18:59:45 +0900 Message-Id: <199507170959.SAA06730@penguin.mdc.tijp.ti.com> To: questions@freebsd.org Subject: pac(8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Date: Mon, 17 Jul 1995 18:59:44 +0900 From: Kenji Tomita Sender: questions-owner@freebsd.org Precedence: bulk Dear developers of FreeBSD, I have been using pac(8) since 2.0R, but there has been an unresolved problem even on 2.0.5R or 950622-SNAP. That is, pac(8) reports my user name "tommy", user name starting with the letter 't', as "ommy"; the first 't' disappears. I took a look at source code, and found that the line #209 in /usr/src/usr.sbin/lpr/pac/pac.c > while (any(*cp, " t\t")) should be changed as > while (any(*cp, " \t")). This modification will solve the problem. I think this is just a typo. pac(8) does not seem to be used very often, but I would like it will be fixed. --- Best regards, Texas Instruments Japan Kenji Tomita (tommy@mdc.tijp.ti.com)