Update FreeBSD notes
authorIustin Pop <iustin@k1024.org>
Thu, 14 Nov 2019 10:27:17 +0000 (11:27 +0100)
committerIustin Pop <iustin@k1024.org>
Thu, 14 Nov 2019 10:28:00 +0000 (11:28 +0100)
This mentions needing to enable ACLs on the file-system, and adds the
packages that need to be installed.

Closes #12.

README.rst

index f736c165a2290cd51aadbcc4fadf07fef9b86a4f..1ad5fe6115f09505db65861d80cd9610e7335e8c 100644 (file)
@@ -35,6 +35,19 @@ Solaris does, but I can't test it.
 Note: to build from source, by default, Python 3 is needed. It can
 still be built with Python 2, by calling `make PYTHON=python2`.
 
+FreeBSD
++++++++
+
+Note that on FreeBSD, ACLs are not enabled by default (at least on UFS
+file systems). To enable them, run `tunefs -a enabled` on the file
+system in question (after mounting it read-only). Then install:
+
+- pkg install py36-setuptools py36-sphinx
+
+or:
+
+- pkg install py37-setuptools
+
 
 License
 -------