238444b6af
* New 'pid_file', 'allow_users' and 'allow_kill' config directives. * New -p command line parameter (adjusts pid_file). * Included contrib scripts, cronchk.sh and privmsg-log.pl * New 'server_keepalive' config directive. * Bug fixes. Changes in the package: * We need perl to run some of the installed scripts. * Provide a rc.d script to run the daemon. * Honour PKG_SYSCONFDIR. Closes PR pkg/21644 by Juan RP.
13 lines
356 B
Text
13 lines
356 B
Text
$NetBSD: patch-aa,v 1.1 2003/06/02 15:20:08 jmmv Exp $
|
|
|
|
--- conf/Makefile.in.orig 2002-11-21 15:19:04.000000000 +0100
|
|
+++ conf/Makefile.in
|
|
@@ -34,7 +34,7 @@ oldincludedir = /usr/include
|
|
|
|
DESTDIR =
|
|
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/examples/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|