openbsd-ports/net/uucp/patches/patch-cu_1
sturm ca4bae8577 - don't hardcode /etc, use SYSCONFDIR instead
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
  use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...
2003-05-12 18:02:44 +00:00

13 lines
356 B
Plaintext

$OpenBSD: patch-cu_1,v 1.2 2003/05/12 18:02:45 sturm Exp $
--- cu.1.orig Sun Aug 20 15:29:24 1995
+++ cu.1 Thu Jul 12 04:04:26 2001
@@ -304,7 +304,7 @@ The file name may be changed at compilat
approximation.
.br
-/usr/lib/uucp/config - Configuration file.
+%%SYSCONFDIR%%/uucp/config - Configuration file.
.SH AUTHOR
Ian Lance Taylor
<ian@airs.com>