[Bug 235355] games/minetest: HOME needs to be set to run successfully as a server

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 31 16:05:26 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235355

            Bug ID: 235355
           Summary: games/minetest: HOME needs to be set to run
                    successfully as a server
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: amdmi3 at FreeBSD.org
          Reporter: dch at freebsd.org
             Flags: maintainer-feedback?(amdmi3 at FreeBSD.org)
          Assignee: amdmi3 at FreeBSD.org

The rc.d script as it stands is broken as the minetest server *requires* HOME
dir to be set to a writable location.

Either we can add something like this to rc.d script:

: ${minetest_env="HOME=/var/db/minetest"}

Or change the daemon user creation to make the HOME dir location writable. I'd
prefer the latter but don't see how to do that within ports framework.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list