Merged fix for the patch from Release-0.8.0 tag
authorocto <octo>
Sun, 17 Apr 2005 14:58:03 +0000 (14:58 +0000)
committerocto <octo>
Sun, 17 Apr 2005 14:58:03 +0000 (14:58 +0000)
contrib/systemwide-patch/systemwide-patch.diff

index 63b189b..4ebd4f2 100644 (file)
@@ -17,7 +17,7 @@ diff -ur trunk/onis systemwide-patch/onis
  
  parse_argv (@ARGV);
 -read_config (get_config ('config') ? get_config ('config') : 'onis.conf');
-+read_config (get_config ('config') ? get_config ('config') : '/etc/onis.conf');
++read_config (get_config ('config') ? get_config ('config') : '/etc/onis/onis.conf');
  read_config (scalar get_config ('theme')) if (get_config ('theme'));
  
  my $output = get_config ('output');