-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webmin: Standalone installer for module #1923
Comments
Right, the tarball gets a macOS configuration because I prepare the releases on a Mac. Good call out. Do you have an idea how to solve this? Some kind of shell script for the end user that modifies the config file on the fly? |
A shell script can parse the output of |
This was the same conundrum I faced when I first started looking into the webmin module. There's quite a lot of complexity to detecting init system and correct paths. Meson does it so nicely for us. Maybe a "most common" use case default can be applied when packaging the tarballs, i.e. systemd and /usr/local prefix... |
I updated the release process with a few more meson options when building the webmin module tarball. This should give us a better default baseline for starters. |
I uploaded a new 4.1.1 webmin module tarball with the better default configurations. |
If a user installs Netatalk via a package manager, there is currently no way to cleanly install a pre-configured Webmin module. This is only possible when building from source. Right now, the tarball on the site is pre-configured for macOS. If one downloads the Webmin module tarball, they have to manually configure the paths to the daemons and the proper init system start/stop commands before use.
The text was updated successfully, but these errors were encountered: