$OpenBSD: patch-modules_setup_application_clicommands_ConfigCommand_php,v 1.1 2015/11/16 20:30:34 sthen Exp $
--- modules/setup/application/clicommands/ConfigCommand.php.orig	Tue Nov 10 17:42:57 2015
+++ modules/setup/application/clicommands/ConfigCommand.php	Tue Nov 10 17:43:43 2015
@@ -23,7 +23,7 @@ class ConfigCommand extends Command
      *
      *  --mode=<mode>           The access mode to use [2770]
      *
-     *  --group=<group>         Owner group for the configuration directory [icingaweb2]
+     *  --group=<group>         Owner group for the configuration directory [_icingaweb2]
      *
      * EXAMPLES:
      *
@@ -40,7 +40,7 @@ class ConfigCommand extends Command
             ));
         }
 
-        $group = trim($this->params->get('group', 'icingaweb2'));
+        $group = trim($this->params->get('group', '_icingaweb2'));
         if (strlen($group) === 0) {
             $this->fail($this->translate(
                 'The argument --group expects a owner group for the configuration directory'
