Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2012 21:28:06 GMT
From:      Schaich@FreeBSD.org, Alonso <alonsoschaich@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/163877: apm(4) is not installed
Message-ID:  <201201062128.q06LS6dK002139@red.freebsd.org>
Resent-Message-ID: <201201062130.q06LUDkM024067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163877
>Category:       docs
>Synopsis:       apm(4) is not installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 06 21:30:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Schaich, Alonso
>Release:        9-STABLE
>Organization:
>Environment:
FreeBSD harmony.localnet.edu 9.0-STABLE FreeBSD 9.0-STABLE #2 r229560: Thu Jan  5 08:29:51 CET 2012     alonso@harmony.localnet.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
APM(8) refers to APM(4) in it's SEE ALSO section. However APM(4) was not installed here.
I assume that this is due to APM(4) being in
share/man/man4/man4.i386/apm.4
i.e. it probably only gets installed on i386.
>How-To-Repeat:
man apm (on amd64)
>Fix:
easiest solution probably is to sed- or patch-away the references to APM(4) in usr.sbin/apm/apm.8 out during installation on non-i386.

patch is attached. usr.sbin/apm/Makefile needs still to be modified, as I don't know how to do arch checks

Patch attached with submission follows:

diff --recursive a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8
78,80d77
< See
< .Xr apm 4
< for details.
133d129
< .Xr apm 4 ,


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201062128.q06LS6dK002139>