summaryrefslogtreecommitdiff
path: root/audio/cddbd/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cddbd/patches/patch-ab')
-rw-r--r--audio/cddbd/patches/patch-ab29
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/cddbd/patches/patch-ab b/audio/cddbd/patches/patch-ab
new file mode 100644
index 00000000000..81cc9ad1680
--- /dev/null
+++ b/audio/cddbd/patches/patch-ab
@@ -0,0 +1,29 @@
+--- 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,
+