From owner-freebsd-ports Mon Jul 13 17:10:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12944 for freebsd-ports-outgoing; Mon, 13 Jul 1998 17:10:39 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12916 for ; Mon, 13 Jul 1998 17:10:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA21568; Mon, 13 Jul 1998 17:10:01 -0700 (PDT) Received: from freefour.acs.rpi.edu (freefour.acs.rpi.edu [128.113.24.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11602 for ; Mon, 13 Jul 1998 17:06:37 -0700 (PDT) (envelope-from root@freefour.acs.rpi.edu) Received: (from root@localhost) by freefour.acs.rpi.edu (8.8.8/8.8.8) id UAA07770; Mon, 13 Jul 1998 20:06:38 -0400 (EDT) (envelope-from root) Message-Id: <199807140006.UAA07770@freefour.acs.rpi.edu> Date: Mon, 13 Jul 1998 20:06:38 -0400 (EDT) From: FreeFour Root Reply-To: gad@eclipse.its.rpi.edu To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: gad@eclipse.its.rpi.edu X-Send-Pr-Version: 3.2 Subject: ports/7275: Symlink for one ssh man-page is wrong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7275 >Category: ports >Synopsis: Symlink for one ssh man-page is wrong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 13 17:10:01 PDT 1998 >Last-Modified: >Originator: FreeFour & >Organization: RPI, Troy NY >Release: FreeBSD 3.0-980627-SNAP i386 >Environment: Using recent build of ssh-1.2.25 >Description: After doing the 'make install' for ssh, you end up with /usr/local/man/man1/slogin1.1 being a symbolic link to ssh1.1 . This would work for the standard ssh install on other platforms, but on freebsd you gzip the man pages so there is no "ssh1.1". >How-To-Repeat: Install ssh. do a 'man ssh1' compared to a 'man slogin1'. This is an especially minor issue seeing that most people would probably do a 'man ssh' or 'man slogin', both of which will work (at least until ssh2 is available...). >Fix: Just need to create slogin1.1.gz as a link to ssh1.1.gz, and remove (or at least, don't create) slogin1.1 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message