From d084f0acceb856b1e68d0165eaa77b792767d108 Mon Sep 17 00:00:00 2001 From: octo Date: Sun, 17 Apr 2005 14:56:46 +0000 Subject: [PATCH] Fixed path in patch --- 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