NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/60049: apm manpages and RC script installed everywhere



The following reply was made to PR bin/60049; it has been noted by GNATS.

From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/60049: apm manpages and RC script installed everywhere
Date: Tue, 3 Mar 2026 13:46:20 +0300

 We do install port-specific man pages everywhere.  E.g.
 
   macppc$ grep /sparc/ /etc/mtree/set.man | wc -l
         70
 
   macppc$ find /usr/share/man/man? -mindepth 1 -type d | wc -l
         98
 
 so if you want to get rid of /usr/share/man/man8/apmd.8 you will need
 to move it to /usr/share/man/man8/{foo,bar,...}/apmd.8 which just adds
 churn.
 
 Can we please just leave this thing alone?  The extra set lists and
 multiple port-specific copies of man pages will probably take more
 space than is saved by not installing the apm binary :)
 
 -uwe
 


Home | Main Index | Thread Index | Old Index