pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/fidogate Fix assignments, add cheap hack around ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/61acc13c7b21
branches: trunk
changeset: 462714:61acc13c7b21
user: rtr <rtr%pkgsrc.org@localhost>
date: Fri Oct 10 09:02:44 2003 +0000
description:
Fix assignments, add cheap hack around inappropriate use of `log'.
Approved by jlam%netbsd.org@localhost
diffstat:
comms/fidogate/distinfo | 6 ++++--
comms/fidogate/patches/patch-ak | 20 ++++++++++++++------
comms/fidogate/patches/patch-at | 11 +++++++++++
comms/fidogate/patches/patch-au | 11 +++++++++++
4 files changed, 40 insertions(+), 8 deletions(-)
diffs (88 lines):
diff -r ec5a70b1c7f9 -r 61acc13c7b21 comms/fidogate/distinfo
--- a/comms/fidogate/distinfo Fri Oct 10 09:00:32 2003 +0000
+++ b/comms/fidogate/distinfo Fri Oct 10 09:02:44 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2002/07/06 20:52:07 tv Exp $
+$NetBSD: distinfo,v 1.6 2003/10/10 09:02:44 rtr Exp $
SHA1 (fidogate-4.4.5.tar.gz) = ba69cb041d45f10f732f7d6399deeb5002f7d7ac
Size (fidogate-4.4.5.tar.gz) = 1171414 bytes
@@ -12,7 +12,7 @@
SHA1 (patch-ah) = d75936b400f87c87033b07a5481a004ea21d6ddd
SHA1 (patch-ai) = 7d3c184bc1071a6e70be67707181650468557cc5
SHA1 (patch-aj) = 0f68f94aa285a4d1ae38cfd2d62b10f96ad325a6
-SHA1 (patch-ak) = 787c66a5af3220c234c8a9d89606e697eca4cf47
+SHA1 (patch-ak) = c24f82c5440095cb4e55ac665f2b5936116b4e32
SHA1 (patch-al) = 7fe4d59f45bb865dcfbeef3a1f2d7c4023185eca
SHA1 (patch-am) = 6c9735b35ddca75df5e0446ee4a46a62ff69fef3
SHA1 (patch-an) = ec8d8faf329f40e06f865aa790e36f1b6cd81fbb
@@ -21,3 +21,5 @@
SHA1 (patch-aq) = 23e551d1bf36e031a629d9d9e817d135886191ab
SHA1 (patch-ar) = 0883b75e210d635f7e9f49c9b2b5d3978645953b
SHA1 (patch-as) = daf5a80d044933c17f8ab556bebc0765af1439e3
+SHA1 (patch-at) = 8e3b746df1369ee3a13fff4ab97eff78c8b53f0e
+SHA1 (patch-au) = 6f2ea2f3fec2756f0f1267a5d68e92b3773e1065
diff -r ec5a70b1c7f9 -r 61acc13c7b21 comms/fidogate/patches/patch-ak
--- a/comms/fidogate/patches/patch-ak Fri Oct 10 09:00:32 2003 +0000
+++ b/comms/fidogate/patches/patch-ak Fri Oct 10 09:02:44 2003 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-ak,v 1.4 2001/03/09 19:06:20 tv Exp $
-
---- src/areafix/areafix.c.orig Thu Feb 22 13:47:33 2001
-+++ src/areafix/areafix.c Thu Feb 22 13:47:46 2001
-@@ -770,7 +770,7 @@
+--- src/areafix/areafix.c.orig 2001-05-29 04:00:27.000000000 +1000
++++ src/areafix/areafix.c 2003-10-10 18:43:07.000000000 +1000
+@@ -273,8 +273,7 @@
+
+ void areafix_auth_cmd(void)
+ {
+- authorized = authorized_cmdline = authorized_new =
+- authorized_new = authorized_delete = TRUE;
++ authorized = authorized_cmdline = authorized_new = authorized_delete = TRUE;
+ }
+
+
+@@ -770,7 +769,7 @@
mark = (lon_search(l, node) ? "*" : " ");
if(p->desc)
@@ -11,7 +19,7 @@
mark, p->zone, p->area, p->desc);
else
areafix_printf("%s Z%-3d %s",
-@@ -836,7 +836,7 @@
+@@ -836,7 +835,7 @@
mark = (lon_search(l, node) ? "*" : " ");
if(p->desc)
diff -r ec5a70b1c7f9 -r 61acc13c7b21 comms/fidogate/patches/patch-at
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/fidogate/patches/patch-at Fri Oct 10 09:02:44 2003 +0000
@@ -0,0 +1,11 @@
+--- src/ffx/ffx.c.orig 2003-10-10 18:44:12.000000000 +1000
++++ src/ffx/ffx.c 2003-10-10 18:44:27.000000000 +1000
+@@ -396,7 +396,7 @@
+ /* Don't allow options for setuid ffx */
+ if(getuid() != geteuid())
+ {
+- L_flag = c_flag = B_flag = L_flag = S_flag = a_flag = u_flag = NULL;
++ L_flag = c_flag = B_flag = S_flag = a_flag = u_flag = NULL;
+ }
+
+ /*
diff -r ec5a70b1c7f9 -r 61acc13c7b21 comms/fidogate/patches/patch-au
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/fidogate/patches/patch-au Fri Oct 10 09:02:44 2003 +0000
@@ -0,0 +1,11 @@
+--- src/include/prototypes.h.orig 2003-10-10 18:39:41.000000000 +1000
++++ src/include/prototypes.h 2003-10-10 18:39:55.000000000 +1000
+@@ -271,6 +271,8 @@
+ extern int verbose;
+ extern int no_debug;
+
++#define log fido_log
++
+ char *strerror (int);
+ void log (const char *, ...)
+ __attribute__ ((format (printf, 1, 2)));
Home |
Main Index |
Thread Index |
Old Index