From: octo Date: Sun, 17 Apr 2005 14:56:46 +0000 (+0000) Subject: Fixed path in patch X-Git-Tag: Release-0.8.0~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d084f0acceb856b1e68d0165eaa77b792767d108;p=onis.git Fixed path in patch --- 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');