diff options
Diffstat (limited to 'news/crashmail/files')
-rw-r--r-- | news/crashmail/files/patch-doc_example.prefs | 122 | ||||
-rw-r--r-- | news/crashmail/files/patch-src_Makefile | 33 | ||||
-rw-r--r-- | news/crashmail/files/patch-src_jamlib_jam.h | 21 | ||||
-rw-r--r-- | news/crashmail/files/patch-src_oslib_linux_os_linux.h | 12 | ||||
-rw-r--r-- | news/crashmail/files/patch-src_shared_types.h | 16 |
5 files changed, 0 insertions, 204 deletions
diff --git a/news/crashmail/files/patch-doc_example.prefs b/news/crashmail/files/patch-doc_example.prefs deleted file mode 100644 index 4213ce29d546..000000000000 --- a/news/crashmail/files/patch-doc_example.prefs +++ /dev/null @@ -1,122 +0,0 @@ -diff -ur doc/example.prefs doc/example.prefs ---- doc/example.prefs Wed May 16 01:39:05 2001 -+++ doc/example.prefs Sun Jun 24 19:49:17 2001 -@@ -32,7 +32,7 @@ - ; In the Linux version of CrashMail, it is possible to enter "syslog" as the - ; filename. If you do this, everything will be logged to the syslog instead. - --LOGFILE "c:\\fido\\logs\\crashmail.log" -+LOGFILE "/var/log/fido/crashmail.log" - LOGLEVEL 5 - - ; DUPEFILE <filename> <maxsize> -@@ -49,7 +49,7 @@ - ; KILL Dupes are killed - ; IGNORE No dupechecking - --DUPEFILE "c:\\fido\\logs\\crashmail.dupes" 200 -+DUPEFILE "/var/log/fido/crashmail.dupes" 200 - DUPEMODE BAD - - ; LOOPMODE IGNORE/LOG/LOG+BAD -@@ -97,41 +97,41 @@ - ; The inbound directory is the directory where CrashMail looks for .pkt files - ; and bundles to toss. - --INBOUND "c:\\fido\\inbound" -+INBOUND "/var/spool/fido/inbound" - - ; OUTBOUND <directory> - ; - ; The outbound directory is where CrashMail writes the flow files that tells - ; the mailer what files to send. - --OUTBOUND "c:\\fido\\outbound" -+OUTBOUND "/var/spool/fido/outbound" - - ; TEMPDIR <directory> - ; - ; This is the directory where CrashMail unpacks incoming bundles. - ; - --TEMPDIR "c:\\fido\\temp" -+TEMPDIR "/var/spool/fido/temp" - - ; CREATEPKTDIR <directory> - ; - ; This is the directory where CrashMail stores created .pkt files until they - ; are stored in the packet directory. - --CREATEPKTDIR "c:\\fido\\temp" -+CREATEPKTDIR "/var/spool/fido/temp" - - ; PACKETDIR <directory> - ; - ; This is the directory where CrashMail stores generated bundles. - --PACKETDIR "c:\\fido\\packets" -+PACKETDIR "/var/spool/fido/packets" - - ; STATSFILE <filename> - ; - ; This is the file where CrashMail stores statistics about areas and nodes. - ; You can display the contents of this file with CrashStats. - --STATSFILE "c:\\fido\\crashmail.stats" -+STATSFILE "/var/log/fido/crashmail.stats" - - ; Switches - ; ======== -@@ -357,8 +357,8 @@ - ; the bundle matches the recog string, CrashMail uses that packer. ? can be - ; used as a wildcard and you can use $xx to specify a hexadecimal number. - --PACKER "LHA" "c:\\fido\\bin\\lha a %a %f" "c:\\fido\\bin\\lha x %a" "??-lh?-" --PACKER "ZIP" "c:\\fido\\bin\\pkzip %a %f" "c:\\fido\\bin\\pkunzip %a" "PK" -+PACKER "LHA" "/usr/local/bin/lha a %a %f" "/usr/local/bin/lha x %a" "??-lh?-" -+PACKER "ZIP" "/usr/local/bin/zip -9j %a %f" "/usr/local/bin/unzip -jCL %a" "PK" - - ; AKA - ; === -@@ -527,7 +527,7 @@ - ; - ; The file that is sent when a downlink issues a %HELP command. - --AREAFIXHELP "c:\\fido\\AreafixHelp.txt" -+AREAFIXHELP "/usr/local/etc/crashmail/areafix.help" - - ; AREAFIXMAXLINES <max> - ; -@@ -554,7 +554,7 @@ - ; available for forward-requests. GROUP specifies the group needed to be - ; allowed to forward-requests areas in this list. - --AREALIST 2:200/100.0 "c:\\fido\\lists\\R20Desc.lst" GROUP A FORWARD DESC -+AREALIST 2:200/100.0 "/usr/local/etc/crashmail/R20Desc.lst" GROUP A FORWARD DESC - - ; Routing - ; ======= -@@ -692,18 +692,18 @@ - ; - ; You must use one of these %-codes or the new path will not be unique. - --NETMAIL "NETMAIL" 2:200/108.7 JAM "c:\\fido\\areas\\NETMAIL" -+NETMAIL "NETMAIL" 2:200/108.7 JAM "/var/spool/fido/msgbase/netmail" - --AREA "BAD" 2:200/108.7 JAM "c:\\fido\\areas\\BAD" -+AREA "BAD" 2:200/108.7 JAM "/var/spool/fido/msgbase/badmail" - --AREA "DEFAULT_A" 2:200/108.7 JAM "c:\\fido\\areas\\%8" -+AREA "DEFAULT_A" 2:200/108.7 JAM "/var/spool/fido/msgbase/%l" - --AREA "R20_INTRESSE" 2:200/108.7 JAM "c:\\fido\\areas\\36124179" -+AREA "R20_INTRESSE" 2:200/108.7 JAM "/var/spool/fido/msgbase/r20_intresse" - EXPORT %2:200/100.0 - DESCRIPTION "Intresseklubben" - GROUP A - --AREA "R20_TRASHCAN" 2:200/108.7 JAM "c:\\fido\\areas\\3612417a" -+AREA "R20_TRASHCAN" 2:200/108.7 JAM "/var/spool/fido/msgbase/r20_trashcan" - EXPORT %2:200/100.0 - DESCRIPTION "Soptunnan" - GROUP A diff --git a/news/crashmail/files/patch-src_Makefile b/news/crashmail/files/patch-src_Makefile deleted file mode 100644 index eaef73a7712f..000000000000 --- a/news/crashmail/files/patch-src_Makefile +++ /dev/null @@ -1,33 +0,0 @@ -diff -ur src/Makefile src/Makefile ---- src/Makefile Wed May 16 01:39:04 2001 -+++ src/Makefile Sun Jun 24 14:01:17 2001 -@@ -10,10 +10,10 @@ - @echo make cleanos2 ......... Remove object files under OS/2 - - linux : -- make -C cmnllib -f Makefile.linux -- make -C jamlib -f Makefile.linux -- make -C oslib_linux -- make -f Makefile.linux -+ ${MAKE} -C cmnllib -f Makefile.linux -+ ${MAKE} -C jamlib -f Makefile.linux -+ ${MAKE} -C oslib_linux -+ ${MAKE} -f Makefile.linux - - win32 : - make -C cmnllib -f Makefile.win32 -@@ -28,10 +28,10 @@ - make -f Makefile.os2 - - cleanlinux : -- make -C cmnllib -f Makefile.linux clean -- make -C jamlib -f Makefile.linux clean -- make -C oslib_linux clean -- make -f Makefile.linux clean -+ ${MAKE} -C cmnllib -f Makefile.linux clean -+ ${MAKE} -C jamlib -f Makefile.linux clean -+ ${MAKE} -C oslib_linux clean -+ ${MAKE} -f Makefile.linux clean - - cleanwin32 : - make -C cmnllib -f Makefile.win32 clean diff --git a/news/crashmail/files/patch-src_jamlib_jam.h b/news/crashmail/files/patch-src_jamlib_jam.h deleted file mode 100644 index 5e8fc25ee63b..000000000000 --- a/news/crashmail/files/patch-src_jamlib_jam.h +++ /dev/null @@ -1,21 +0,0 @@ ---- src/jamlib/jam.h.orig Mon Sep 18 02:22:08 2000 -+++ src/jamlib/jam.h Tue Jan 21 18:01:07 2003 -@@ -32,13 +32,18 @@ - #ifndef __JAM_H__ - #define __JAM_H__ - -+#include <sys/types.h> - #include <stdlib.h> - #include <stdio.h> - #include <ctype.h> - - #ifndef linux -+#if defined(__FreeBSD__) -+typedef u_long ulong; /* must be 32 bits wide */ -+#else - typedef unsigned short ushort; /* must be 16 bits wide */ - typedef unsigned long ulong; /* must be 32 bits wide */ -+#endif - #endif - - typedef unsigned char uchar; /* must be 8 bits wide */ diff --git a/news/crashmail/files/patch-src_oslib_linux_os_linux.h b/news/crashmail/files/patch-src_oslib_linux_os_linux.h deleted file mode 100644 index f8db92da4f6e..000000000000 --- a/news/crashmail/files/patch-src_oslib_linux_os_linux.h +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur src/oslib_linux/os_linux.h src/oslib_linux/os_linux.h ---- src/oslib_linux/os_linux.h Wed May 16 01:39:05 2001 -+++ src/oslib_linux/os_linux.h Sun Jun 24 17:23:29 2001 -@@ -5,7 +5,7 @@ - #define OS_EXIT_ERROR 10 - #define OS_EXIT_OK 0 - --#define OS_PLATFORM_NAME "Linux" -+#define OS_PLATFORM_NAME "FreeBSD" - #define OS_PATH_CHARS "/" - #define OS_CURRENT_DIR "." - diff --git a/news/crashmail/files/patch-src_shared_types.h b/news/crashmail/files/patch-src_shared_types.h deleted file mode 100644 index 39ba61f64e47..000000000000 --- a/news/crashmail/files/patch-src_shared_types.h +++ /dev/null @@ -1,16 +0,0 @@ ---- src/shared/types.h.orig Wed May 16 00:39:05 2001 -+++ src/shared/types.h Tue Jan 21 17:59:12 2003 -@@ -2,8 +2,12 @@ - #define SHARED_TYPES_H - - #ifdef PLATFORM_LINUX --#define NO_TYPEDEF_ULONG - #define NO_TYPEDEF_USHORT -+#if defined(__FreeBSD__) -+#include <sys/types.h> -+#else -+#define NO_TYPEDEF_ULONG -+#endif - #endif - - #ifndef NO_TYPEDEF_ULONG |