diff options
author | Gary <admin@garyshood.com> | 2013-07-23 00:07:23 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-07-25 22:33:24 -0500 |
commit | 9ebd5a6aff73d70717f1d9a2f57767eae3eeb0c8 (patch) | |
tree | 0732c859b154ef706762cc205170cd2808230dfa /etc/rc.conf.DragonFly | |
parent | bee59c68c5ff5be426e68ecb603d4cc26542f4af (diff) |
Add support for DragonFly BSD
Diffstat (limited to 'etc/rc.conf.DragonFly')
-rw-r--r-- | etc/rc.conf.DragonFly | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/rc.conf.DragonFly b/etc/rc.conf.DragonFly new file mode 100644 index 00000000..208bcc16 --- /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="" + |