From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 14:26:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A549116A4CE for ; Fri, 23 Jan 2004 14:26:27 -0800 (PST) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 662E043DAD for ; Fri, 23 Jan 2004 14:24:58 -0800 (PST) (envelope-from sysadmin@snv.jussieu.fr) Received: from drum.snv.jussieu.fr (drum.snv.jussieu.fr [134.157.190.2]) i0NMNj5q029864 for ; Fri, 23 Jan 2004 23:23:46 +0100 (CET) X-Ids: 166 Received: from era.snv.jussieu.fr (era.snv.jussieu.fr [134.157.182.10]) i0NMNjdr099788 for ; Fri, 23 Jan 2004 23:23:45 +0100 (CET) Message-Id: <5.0.2.1.2.20040123230012.01cb3c00@mail.snv.jussieu.fr> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 23 Jan 2004 23:24:05 +0100 To: freebsd-questions@freebsd.org From: sysadmin Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Miltered: at shiva.jussieu.fr with ID 40119EF1.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Antivirus: scanned by sophie at shiva.jussieu.fr Subject: amadmin not in man pages (amanda) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 22:26:27 -0000 I am installing amanda on a new client and I have noticed that amadmin is not in the man pages (and it should according to the amanda man page). This is true both with the package and the port. For the package, it appears that the tarball just includes man pages for 'amanda' 'amrecover' and 'amrestore'. With the port, the 'make' (or 'make install') builds the man pages (in work/amanda-2.4.4/man) but eventually they are not /usr/local/man/. By the way, doing 'man -k amanda' gives no answer, even after 'makewhatis'. My system : 5.1-RELEASE package used : amanda-client-2.4.4,1 I have looked for a parameter to use with make install (--enable-something) but found nothing about the man pages. Do Amanda users have the same problem ?