diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-17 19:06:54 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-17 19:06:54 +0000 |
commit | 265f9505face3cf3d8740d3c53ac96f62f4422bb (patch) | |
tree | 5b25eb9e2fc2868a7ceba02489deb18f3de43273 /chinese/pine4/files/patch-au | |
parent | Resign as maintainer of KDE2 ports, having brought them up from inception (diff) |
Upgrade from 4.21 to 4.30.
Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)
According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR: ports/22436
Notes
Notes:
svn path=/head/; revision=35230
Diffstat (limited to 'chinese/pine4/files/patch-au')
-rw-r--r-- | chinese/pine4/files/patch-au | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/chinese/pine4/files/patch-au b/chinese/pine4/files/patch-au deleted file mode 100644 index 53169b4651a0..000000000000 --- a/chinese/pine4/files/patch-au +++ /dev/null @@ -1,51 +0,0 @@ ---- pine/osdep/os-bsf.h.orig Thu Oct 8 05:51:40 1998 -+++ pine/osdep/os-bsf.h Thu Oct 14 10:53:42 1999 -@@ -74,7 +74,7 @@ - default-composer-hdrs or customized-hdrs to get at it. Instead of - defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From - changing is to put the feature "no-allow-changing-from" in the -- /usr/local/lib/pine.conf.fixed file. -+ @@PREFIX@@/etc/pine.conf.fixed file. - ----*/ - /* #define NEVER_ALLOW_CHANGING_FROM */ - -@@ -87,7 +87,7 @@ - NOTE: You'll also have to make sure the appropriate osdep/postreap.* - file is included in the os-*.ic file for your system. - ----*/ --/* #define BACKGROUND_POST */ -+/* #define BACKGROUND_POST /* comment out to disable posting from child */ - - - -@@ -160,8 +160,8 @@ - - - /*----- System-wide config file ----------------------------------------*/ --#define SYSTEM_PINERC "/usr/local/lib/pine.conf" --#define SYSTEM_PINERC_FIXED "/usr/local/lib/pine.conf.fixed" -+#define SYSTEM_PINERC "@@PREFIX@@/etc/pine.conf" -+#define SYSTEM_PINERC_FIXED "@@PREFIX@@/etc/pine.conf.fixed" - - - -@@ -219,7 +219,9 @@ - /*---------------------------------------------------------------------- - If no nntp-servers are defined, this program will be used to post news. - ----*/ --#define SENDNEWS "/usr/local/news/inews -h" -+#define SENDNEWS "/usr/local/news/inews -h" /* For NN inews */ -+/*#define SENDNEWS "/usr/local/bin/inews -h" /* For INN inews */ -+/*#define SENDNEWS "/usr/local/bin/inews -h" /* For Cnews inews */ - - - /*--------- Program employed by users to change their password ---------*/ -@@ -268,7 +270,7 @@ - 8 - 9 logs gross details of command execution - ----*/ --#define DEFAULT_DEBUG 2 -+#define DEFAULT_DEBUG 0 - - - |