oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
609 stars 136 forks source link

install should not create thridparty directory in prefix directory #125

Closed diekhans closed 3 years ago

diekhans commented 9 years ago

thirdparty software install creates a directory ${prefix}/thirdparty. This violates unix/linux filesystem organization rules (seee man hier). These should probably go in ${prefix}/lib/znapzend/thirdparty

oetiker commented 9 years ago

the idea is to install in /opt/znapzend-$version in that case all is fine. but I agree if you want to throw it into /usr then this does not work well ...

dewi-ny-je commented 9 years ago

Be careful with zones: /usr/local is inherited and /opt is not http://compgroups.net/comp.unix.solaris/-usr-local/354465

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.