summaryrefslogtreecommitdiff
path: root/devel/cvsd/patches/patch-aa
blob: f0afbe5c5a21cae2a3fe772bd06dd149cd45f27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.3 2011/10/03 23:45:27 schnoebe Exp $

Move the configuration file up a directory, no point in having
a directory containing one file.

--- configure.ac.orig	2011-06-12 10:49:35.000000000 +0000
+++ configure.ac
@@ -275,7 +275,7 @@ fi
 
 # where to find the configuration file
 # TODO: this should probably be fixed to be nicer
-CONFIGFILE=`eval echo $sysconfdir/cvsd/cvsd.conf | \
+CONFIGFILE=`eval echo $sysconfdir/cvsd.conf | \
             sed "s%^NONE/%${prefix}/%" | \
             sed "s%^NONE/%${ac_default_prefix}/%"`
 AC_SUBST(CONFIGFILE)