summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGary <admin@garyshood.com>2013-07-23 00:07:23 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-07-25 22:33:24 -0500
commit9ebd5a6aff73d70717f1d9a2f57767eae3eeb0c8 (patch)
tree0732c859b154ef706762cc205170cd2808230dfa /etc
parentbee59c68c5ff5be426e68ecb603d4cc26542f4af (diff)
downloadopenrc-9ebd5a6aff73d70717f1d9a2f57767eae3eeb0c8.tar.gz
openrc-9ebd5a6aff73d70717f1d9a2f57767eae3eeb0c8.tar.bz2
openrc-9ebd5a6aff73d70717f1d9a2f57767eae3eeb0c8.tar.xz
Add support for DragonFly BSD
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.DragonFly13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/rc.conf.DragonFly b/etc/rc.conf.DragonFly
new file mode 100644
index 0000000..208bcc1
--- /dev/null
+++ b/etc/rc.conf.DragonFly
@@ -0,0 +1,13 @@
+##############################################################################
+# DragonFly BSD SPECIFIC OPTIONS
+
+# This is the subsystem type. Valid options on DragonFly BSD:
+# "" - nothing special
+# "jail" - DragonFly BSD jails
+# "prefix" - Prefix
+# If this is commented out, automatic detection will be used.
+#
+# This should be set to the value representing the environment this file is
+# PRESENTLY in, not the virtualization the environment is capable of.
+#rc_sys=""
+