Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: two-line nroff patternRemove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
makewhatis: do not try to operate on read-only mounted directoriesjust to fail later.MFC after: 1 month
Deorbit catman. The tradeoff of disk for performance has long since tippedin favor of just rendering the manpage instead of relying on pre-formattedcatpages. Note, this does not impede the ability
Deorbit catman. The tradeoff of disk for performance has long since tippedin favor of just rendering the manpage instead of relying on pre-formattedcatpages. Note, this does not impede the ability to use existing catpages,it just removes the utility to generate them.Reviewed by: imp, allanjudeApproved by: emaste (mentor)Differential Revision: https://reviews.freebsd.org/D12317
show more ...
Fix installation of makewhatis.local(1) since r283777.The wrapper script has moved to libexec/makewhatis.local since it is notdirectlry related to the older makewhatis(1) utility that has been rep
Fix installation of makewhatis.local(1) since r283777.The wrapper script has moved to libexec/makewhatis.local since it is notdirectlry related to the older makewhatis(1) utility that has been replacedby the usr.bin/mandoc version.Reported by: vangyzen