[Slackbuilds-users] [SlackBuilds] plan9port overwrites system defaults (and that isn't documented)

Ruben Schuller sb at rbn.im
Sat Aug 27 14:19:10 UTC 2022


Hi list,

2022-08-27 Matteo Bernardini <matteo.bernardini at gmail.com>:

> - 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


More information about the SlackBuilds-users mailing list