4a5fce631c
- Honour PKG_SYSCONFDIR. - Use OWN_DIRS_PERMS to handle the /var/log/radacct directory. - Use RCD_SCRIPTS to install a NetBSD rc.d compatible script. Bump PKGREVISION to 1.
13 lines
315 B
Text
13 lines
315 B
Text
$NetBSD: patch-ac,v 1.3 2003/05/01 18:35:47 jmmv Exp $
|
|
|
|
--- src/conf.h.orig Mon Nov 26 22:51:59 2001
|
|
+++ src/conf.h Thu Dec 20 09:36:45 2001
|
|
@@ -6,7 +6,7 @@
|
|
*/
|
|
|
|
/* Default Database File Names */
|
|
-#define RADIUS_DIR "/etc/raddb"
|
|
+#define RADIUS_DIR PKG_SYSCONFDIR
|
|
#define RADLOG_DIR "/var/log"
|
|
|
|
#ifdef aix
|