From 9ebd5a6aff73d70717f1d9a2f57767eae3eeb0c8 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 23 Jul 2013 00:07:23 -0500 Subject: Add support for DragonFly BSD --- etc/rc.conf.DragonFly | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/rc.conf.DragonFly (limited to 'etc') 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="" + -- cgit v1.2.3