]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Add snomask permissions to the oper check output.
[user/henk/code/inspircd.git] / configure
index 5a587b808c50c19eab8b5a7c904d539ae1ed78ca..346365a2ab7503bcaa0a3052e157858c738480f2 100755 (executable)
--- a/configure
+++ b/configure
@@ -205,10 +205,10 @@ if (defined $opt_portable) {
        $config{RUNTIME_DIR} = $opt_runtime_dir // $config{DATA_DIR};
        $config{SCRIPT_DIR}  = $opt_script_dir  // $config{BASE_DIR};
 } elsif (defined $opt_system) {
-       $config{BASE_DIR}    = $opt_prefix      // '/var/lib/inspircd';
+       $config{BASE_DIR}    = $opt_prefix      // '/';
        $config{BINARY_DIR}  = $opt_binary_dir  // '/usr/sbin';
        $config{CONFIG_DIR}  = $opt_config_dir  // '/etc/inspircd';
-       $config{DATA_DIR}    = $opt_data_dir    // '/var/inspircd';
+       $config{DATA_DIR}    = $opt_data_dir    // '/var/lib/inspircd';
        $config{EXAMPLE_DIR} = $opt_example_dir // '/usr/share/doc/inspircd';
        $config{LOG_DIR}     = $opt_log_dir     // '/var/log/inspircd';
        $config{MANUAL_DIR}  = $opt_manual_dir  // '/usr/share/man/man1';
@@ -322,7 +322,6 @@ EOW
 my $question = <<"EOQ";
 Currently, InspIRCd is configured with the following paths:
 
-<|BOLD Base:|>   $config{BASE_DIR}
 <|BOLD Binary:|> $config{BINARY_DIR}
 <|BOLD Config:|> $config{CONFIG_DIR}
 <|BOLD Data:|>   $config{DATA_DIR}
@@ -456,7 +455,6 @@ push @makeargs, "-j${\(get_cpu_count() + 1)}";
 print console_format <<"EOM";
 
 <|GREEN Paths:|>
-  <|GREEN Base:|>    $config{BASE_DIR}
   <|GREEN Binary:|>  $config{BINARY_DIR}
   <|GREEN Config:|>  $config{CONFIG_DIR}
   <|GREEN Data:|>    $config{DATA_DIR}