1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Name conflict: probe and probe from ssh
=============================================
Due to a name conflict with /usr/bin/probe from ssh the manin
executable needs to be renamed. The king-probe packag provides
the binary
/usr/bin/king-probe
To remain compatible with local user scripts using the name probe,
the real executable is provided under the PATH
/usr/lib/debian-med/bin/probe
So if you want to use king-probe with its original name just do the
following: Set the PATH variable like
export PATH=/usr/lib/debian-med/bin:$PATH
The PATH can be set very easily by making use of the feature of
the med-config package of the Debian Med Blend. Once med-config
is installed for Bash users who create a file ${HOME}/.blends
containing the string "debian-med" the PATH is automatically
extended and thus users who consider themselves Debian Med users
have access to the originally named executables.
-- Malihe Asemani <ml.asemani@gmail.com> Sun, 30 Aug 2015 13:34:05 UTC
|