Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jan 2006 13:55:50 +0100
From:      martinko <martinkov@pobox.sk>
To:        freebsd-ports@freebsd.org
Subject:   FreeBSD Port: textproc/colordiff
Message-ID:  <43BFBA56.7030204@pobox.sk>

next in thread | raw e-mail | index | archive | help
hello,

i've just installed colordiff and noticed it refers to etc location 
which is not used on freebsd.
here's the patch to correct this:


--- /usr/local/bin/colordiff    Sat Jan  7 13:32:37 2006
+++ colordiff   Sat Jan  7 13:46:21 2006
@@ -68,7 +68,7 @@
 
 # Locations for personal and system-wide colour configurations
 my $HOME   = $ENV{HOME};
-my $etcdir = '/etc';
+my $etcdir = '/usr/local/etc';
 
 my ($setting, $value);
 my @config_files = ("$etcdir/colordiffrc", "$HOME/.colordiffrc");


regards,

martin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43BFBA56.7030204>