From owner-freebsd-bugs Tue Aug 12 09:09:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01026 for bugs-outgoing; Tue, 12 Aug 1997 09:09:18 -0700 (PDT) Received: from glacier.wise.edt.ericsson.se (glacier-ext.wise.edt.ericsson.se [193.180.251.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01016 for ; Tue, 12 Aug 1997 09:09:13 -0700 (PDT) Received: from kkb3 (kkb3.kk.etx.ericsson.se [130.100.97.23]) by glacier.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-0.9) with SMTP id SAA17323 for ; Tue, 12 Aug 1997 18:08:51 +0200 (MET DST) Received: from kk662.kk.etx.ericsson.se by kkb3 (SMI-8.6/LME-2.2.6) id SAA22782; Tue, 12 Aug 1997 18:08:37 +0200 From: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen) Received: by kk662.kk.etx.ericsson.se (SMI-8.6/client-1.6) id SAA09673; Tue, 12 Aug 1997 18:08:40 +0200 Date: Tue, 12 Aug 1997 18:08:40 +0200 Message-Id: <199708121608.SAA09673@kk662.kk.etx.ericsson.se> To: freebsd-bugs@FreeBSD.ORG Subject: minor bugs in 2.2.2-RELEASE X-Sun-Charset: US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have found few minor bugs in 2.2.2-RELEASE. Unfortunately my www-link is ?#$* slow now, so I am unable to check if these are reported and/or fixed by now... ports/benchmark/netperf: Manual pages in /usr/local/man/man1 need "chmod 644 net*" after installation. So the installation procedure needs some adjustments. ports/x11/fvwm95: The default mail path defined in modules/FvwmTaskBar/Goodies.h should be /var/mail. So a new FreeBSD specific patch is needed... /etc/rc.conf: timed not started due to a typo. /usr/share/syscons/keymaps/swedish.iso.kbd: diff swedish.iso.kbd swedish.iso.kbd.orig < 010 '9' ')' nop nop ']' nop 29 nop O --- > 010 '9' ')' nop nop ']' nop nop nop O Without this I was unable to produce ^] which is needed e.g. in telnet. /Martti