Replies: 1 comment
-
There's software that are hardcoded to /var. even trying to hardcode it to something like /raven/var doesn't work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You still keep the design decisions of FreeBSD's
pkg
, but you forget one thing, you are a third-party project, not the system's official ports and package manager. FreeBSD'spkg
is fine to write to/var
, but you should isolate your stuffs only in/raven
.Don't mess with anything outside of
/raven
!Beta Was this translation helpful? Give feedback.
All reactions