From 2a4b4da64d7096254afef41438fd52714591507b Mon Sep 17 00:00:00 2001 From: octo Date: Sun, 17 Apr 2005 14:58:03 +0000 Subject: [PATCH] Merged fix for the patch from Release-0.8.0 tag --- contrib/systemwide-patch/systemwide-patch.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/systemwide-patch/systemwide-patch.diff b/contrib/systemwide-patch/systemwide-patch.diff index 63b189b..4ebd4f2 100644 --- a/contrib/systemwide-patch/systemwide-patch.diff +++ b/contrib/systemwide-patch/systemwide-patch.diff @@ -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'); -- 2.11.0