openbsd-ports/www/jesred/patches/patch-path_h
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

12 lines
319 B
Plaintext

$OpenBSD: patch-path_h,v 1.2 2003/05/12 18:02:45 sturm Exp $
--- path.h.orig Fri Jul 24 17:03:13 1998
+++ path.h Wed Aug 22 11:32:59 2001
@@ -7,6 +7,6 @@
/* change this to the path, which contains your jesred.conf */
-#define DEFAULT_PATH "/local/squid/etc"
+#define DEFAULT_PATH "%%SYSCONFDIR%%/jesred"
#endif