iocell
iocell copied to clipboard
Fix set default
we need to handle a different config file (.default) if the given jailname is 'default'. this patch catches this exception at __ucl_set().
Make sure to follow and check these boxes before submitting a PR! Thank you.
-
[x] Supply documentation according to CONTRIBUTING.md The manpage has been modified to reflect that setting new 'default' properties won't touch existing jails.
-
[x] Explain the feature This fixes the already present but not functional feature of setting default properties in the global '.default' config file by running
iocell set property=value default
. This addresses #24 -
[x] Read CONTRIBUTING.md
-
[x] Only open the PR against the
develop
branch.