summaryrefslogtreecommitdiff
path: root/doc/forum/FreeBSD_Port.mdwn
diff options
context:
space:
mode:
authorevan@0e4cded17eab71af967a38b123fbc211cf2154212016-03-01 14:54:04 +0000
committeradmin2016-03-01 14:54:04 +0000
commit462a5ca596a2500610be75f3315382d174f8689b (patch)
treefcc2a7b053677699c5ae9b7182b77a774875bd72 /doc/forum/FreeBSD_Port.mdwn
parente1f0b8047911a099fd864a25d02ed2fc7eaf918c (diff)
Created link to FreeBSD Port efforts.
Diffstat (limited to 'doc/forum/FreeBSD_Port.mdwn')
-rw-r--r--doc/forum/FreeBSD_Port.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/FreeBSD_Port.mdwn b/doc/forum/FreeBSD_Port.mdwn
new file mode 100644
index 00000000..6a184d61
--- /dev/null
+++ b/doc/forum/FreeBSD_Port.mdwn
@@ -0,0 +1,12 @@
+Hey all, I just thought I'd mention I'm working on porting Propellor to FreeBSD. Here's my [GitHub fork](https://github.com/misandrist/propellor/tree/FreeBSD), and the branch is called FreeBSD.
+
+Currently:
+
+- I've started passing the System down into the Bootstrap to choose the right shell commands and package dependencies
+- I've briefly commented out the Cron job creation
+- I've added a module for FreeBSD, and a really minimal property for Pkg
+- I've created a sample configuration which is only tests pkg update
+
+It's pretty encouraging so far, and I'm hoping to have more working soon.
+
+Thanks!