Giter Site home page Giter Site logo

Comments (8)

anthraxx avatar anthraxx commented on June 3, 2024

what exactly is not FHS compliant with /opt?

also /usr/share/$pkgbuild is only meant for static data that does never change or alter.

from arch-pkgbuilds.

archey avatar archey commented on June 3, 2024

Well its not usually in a users path, and how is /usr/share/$pkgname only for static data as pkgs update the code changes.

from arch-pkgbuilds.

anthraxx avatar anthraxx commented on June 3, 2024

well thats why the binaries are symlinked to /usr/bin. there is literally absolutely no reason it needs to be in the path.
The whole structure is a self contained application which best fits into /opt (thats pretty much its reason for existence).

/usr/share/$pkgname is static for the one installation you have, not forever if you update the package. And in the world of metasploit you may possibly alter that structure by certain config or database foo, so its not static during one installation.

Since we agree /opt is FHS compliant, what exactly is the problem you try to solve?

from arch-pkgbuilds.

archey avatar archey commented on June 3, 2024

We have packages that call our path, of /usr/share/$pkgname which we will have to fix. I was trying to get around that, but its fine. We will fix our stuff, thanks for listening.

from arch-pkgbuilds.

anthraxx avatar anthraxx commented on June 3, 2024

what kind of stuff does directly call /usr/share/$pkgname? do they call the msf* binaries? Those should have been exposed to something inside the PATH (f.e. symlink to /usr/bin) and be called without any absolute paths.

The location of /opt/$pkgname (and also /usr/share/$pkgnname) may vary depending f.e. if you install a -git variant. depending stuff should work without hardcoding such paths.

from arch-pkgbuilds.

archey avatar archey commented on June 3, 2024

Its fine, we will fix the programs that call the pah of metasploit on our side. Our users are already getting conflict issues due to the epoch on our version. We are removing it from our repo to get around this issue.

from arch-pkgbuilds.

archey avatar archey commented on June 3, 2024

Users of our repo will get a notification that the version in our repo is newer then community, however we are correcting it. Its just unfortunate about the downgrade notification they may see if they are on the latest version of metasploit from us.

from arch-pkgbuilds.

anthraxx avatar anthraxx commented on June 3, 2024

I see, thanks for the feedback to my question 😺
Feel free to close this if there are no issues left

from arch-pkgbuilds.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.