30 lines
1.6 KiB
Text
30 lines
1.6 KiB
Text
$NetBSD: patch-ab,v 1.3 2005/05/23 08:42:39 rillig Exp $
|
|
|
|
--- cddbd.c.orig Sun Jun 14 06:42:12 1998
|
|
+++ cddbd.c Sun Jun 14 06:42:50 1998
|
|
@@ -191,14 +191,14 @@
|
|
access_t acctab[] = {
|
|
- "logfile", logfile, AC_PATH, 0, (int)TMPDIR"/log",
|
|
- "motdfile", motdfile, AC_PATH, 0, (int)"",
|
|
- "sitefile", sitefile, AC_PATH, 0, (int)"",
|
|
- "histfile", histfile, AC_PATH, 0, (int)"",
|
|
- "lockdir", lockdir, AC_PATH, 0, (int)"",
|
|
- "hashdir", hashdir, AC_PATH, 0, (int)"",
|
|
- "cddbdir", cddbdir, AC_PATH, 0, (int)"",
|
|
- "dupdir", dupdir, AC_PATH, 0, (int)"",
|
|
- "postdir", postdir, AC_PATH, 0, (int)"",
|
|
- "smtphost", smtphost, AC_STRING, 0, (int)"localhost",
|
|
+ "logfile", logfile, AC_PATH, 0, (long)TMPDIR"/log",
|
|
+ "motdfile", motdfile, AC_PATH, 0, (long)"",
|
|
+ "sitefile", sitefile, AC_PATH, 0, (long)"",
|
|
+ "histfile", histfile, AC_PATH, 0, (long)"",
|
|
+ "lockdir", lockdir, AC_PATH, 0, (long)"",
|
|
+ "hashdir", hashdir, AC_PATH, 0, (long)"",
|
|
+ "cddbdir", cddbdir, AC_PATH, 0, (long)"",
|
|
+ "dupdir", dupdir, AC_PATH, 0, (long)"",
|
|
+ "postdir", postdir, AC_PATH, 0, (long)"",
|
|
+ "smtphost", smtphost, AC_STRING, 0, (long)"localhost",
|
|
"admin_email", admin_email, AC_STRING, AF_NODEF, 0,
|
|
- "bounce_email", bounce_email, AC_STRING, 0, (int)"",
|
|
+ "bounce_email", bounce_email, AC_STRING, 0, (long)"",
|
|
"xmit_time", &xmit_time, AC_NUMERIC, AF_ZERO, DEF_XMIT_TO,
|