Discussion:
Installing Linux files originally in /opt
Xavier Humbert
2021-05-29 14:33:15 UTC
Permalink
Hi,

What is the Right Thing To Do with Linux hierarchies based in /opt ?

1 /opt/<portname>/bin   -> /usr/local/bin OR /usr/local/<portname>/bin
2 /opt/<portname>/share -> /usr/local/share/<portname>
3 /opt<portname>/etc    -> /usr/local/etc/<portname>

(patching paths accordingly)

For the (1) I'm not very sure

Thanks

Xavier
--
Xavier HUMBERT - Unix/Win/MacOSX Sysadmin/Network Senior Engineer
https://www.amdh.fr
Helge Oldach
2021-05-29 17:19:41 UTC
Permalink
Post by Xavier Humbert
Hi,
What is the Right Thing To Do with Linux hierarchies based in /opt ?
1 /opt/<portname>/bin   -> /usr/local/bin OR /usr/local/<portname>/bin
2 /opt/<portname>/share -> /usr/local/share/<portname>
3 /opt<portname>/etc    -> /usr/local/etc/<portname>
(patching paths accordingly)
For the (1) I'm not very sure
hier(7) is pretty verbose on that subject...

Kind regards
Helge

Continue reading on narkive:
Loading...