summaryrefslogtreecommitdiff
path: root/doc/FreeBSD.mdwn
diff options
context:
space:
mode:
authorJoey Hess2016-03-26 15:14:20 -0400
committerJoey Hess2016-03-26 15:14:20 -0400
commit636c7cf5ba42d3636e06f298feae0b9219be6067 (patch)
tree07dd62f06b56e7eddcd6d53973e4f4c063d00c27 /doc/FreeBSD.mdwn
parent341064ea8cfaeb04ec4129239edc096a314de036 (diff)
update docs for new property types
Diffstat (limited to 'doc/FreeBSD.mdwn')
-rw-r--r--doc/FreeBSD.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/FreeBSD.mdwn b/doc/FreeBSD.mdwn
index 2edff223..47b9c65b 100644
--- a/doc/FreeBSD.mdwn
+++ b/doc/FreeBSD.mdwn
@@ -1,8 +1,10 @@
Propellor is in the early stages of supporting FreeBSD. It should basically
work, and there are some modules with FreeBSD-specific properties.
-However, many other properties assume they're being run on a
-Debian Linux system, and need additional porting to support FreeBSD.
+However, many other properties only work on a Debian Linux system, and need
+additional porting to support FreeBSD. Such properties have types like
+`Property DebianLike`. The type checker will detect and reject attempts
+to combine such properties with `Property FreeBSD`.
[Sample config file](http://git.joeyh.name/?p=propellor.git;a=blob;f=config-freebsd.hs)
which configures a FreeBSD system, as well as a Linux one.