pkgsrc/devel/cvsd/patches/patch-ab
schnoebe 7f8cb161ff Bring cvsd up to date as 1.0.22.
Changelog:

2011-06-13 release 1.0.22 of cvsd
changes since 1.0.21:

    + don't log EINTR on select() any more, not even in debug mode
    + fix for cvsd-buildroot to also work on multiarch setups
    + log address and port with bind() failures
    + Debian packaging updates

2010-09-08 release 1.0.21 of cvsd
changes since 1.0.20:

    + handle failure to bind() as a fatal error now

2010-09-05 release 1.0.20 of cvsd
changes since 1.0.19:

    + correctly listen on IPv4 and IPv6 addresses with recent Glibc
      versions by not depending on the order of address records returned by
      getaddrinfo() and work regardless of net.ipv6.bindv6only sysctl

2010-08-17 release 1.0.19 of cvsd
    changes since 1.0.18:

    + cvsd-buildroot: ignore commented out lines in CVSROOT/passwd files
    + cvsd-buildroot: set an umask for generated files
    + some documentation updates
    + change init script dependency on $remote_fs (for /usr) from Should
      to Required (thanks lintian)
    + Debian packaging improvements

2010-01-14 release 1.0.18 of cvsd
changes since 1.0.17:

    + use simpler shell semantics in cvsd-buildroot to fix a problem
      with bash 4
    + fix call to uname in the cvsd-buginfo script

2009-12-30 release 1.0.17 of cvsd
    changes since 1.0.16:

    + update to automake 1.11
    + some small spelling fixes in documentation
    + changed references to home page and contact email addresses to use
      arthurdejong.org
    + Debian packaging improvements
2011-10-03 23:45:27 +00:00

16 lines
547 B
Text

$NetBSD: patch-ab,v 1.3 2011/10/03 23:45:27 schnoebe Exp $
Move the configuration file up one directory, no point in having a
directory containing one file.
--- configure.orig 2011-06-12 10:58:24.000000000 +0000
+++ configure
@@ -5798,7 +5798,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}/%"`