Hi list,
2022-08-27 Matteo Bernardini <[email protected]>:
> - remove the plan9port package
> - remove those files in /etc/profile.d/
> - read the man pages you want specifying before the invocation of man
> an empty MANPATH variable, like "MANPATH= man whatever"
fwiw, you can also remove the executable bit of the files in profile.d
to skip them. as per /etc/profile :
# Append any additional sh scripts found in /etc/profile.d/:
for profile_script in /etc/profile.d/*.sh ; do
if [ -x $profile_script ]; then
. $profile_script
fi
done
Alternatively, I could look into creating new man-categories and move
the 9 pages over, but I really like to keep stuff vanilla if possible.
Kind regards
Ruben
_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/