diff options
author | rtr <rtr> | 2003-10-10 09:02:44 +0000 |
---|---|---|
committer | rtr <rtr> | 2003-10-10 09:02:44 +0000 |
commit | be78509f8875843d8f95c4633fa20e3e1c1fc297 (patch) | |
tree | 46b964e89fa44b106958321314e7f77954040223 /comms | |
parent | 7aea8e0c925675a91875721bfe1f0ee886edeced (diff) | |
download | pkgsrc-be78509f8875843d8f95c4633fa20e3e1c1fc297.tar.gz |
Fix assignments, add cheap hack around inappropriate use of `log'.
Approved by jlam@netbsd.org
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fidogate/distinfo | 6 | ||||
-rw-r--r-- | comms/fidogate/patches/patch-ak | 20 | ||||
-rw-r--r-- | comms/fidogate/patches/patch-at | 11 | ||||
-rw-r--r-- | comms/fidogate/patches/patch-au | 11 |
4 files changed, 40 insertions, 8 deletions
diff --git a/comms/fidogate/distinfo b/comms/fidogate/distinfo index 5fb6c1ca47f..867584d2e62 100644 --- a/comms/fidogate/distinfo +++ b/comms/fidogate/distinfo @@ -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-ag) = 0d7babf2526a4b235bdd20ae1aead7ee4d734dd6 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-ap) = 052d155e698fb36b87e4a28a4b1f75f701b7c956 SHA1 (patch-aq) = 23e551d1bf36e031a629d9d9e817d135886191ab SHA1 (patch-ar) = 0883b75e210d635f7e9f49c9b2b5d3978645953b SHA1 (patch-as) = daf5a80d044933c17f8ab556bebc0765af1439e3 +SHA1 (patch-at) = 8e3b746df1369ee3a13fff4ab97eff78c8b53f0e +SHA1 (patch-au) = 6f2ea2f3fec2756f0f1267a5d68e92b3773e1065 diff --git a/comms/fidogate/patches/patch-ak b/comms/fidogate/patches/patch-ak index 60bee16d2a9..69a16c663f2 100644 --- a/comms/fidogate/patches/patch-ak +++ b/comms/fidogate/patches/patch-ak @@ -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 @@ $NetBSD: patch-ak,v 1.4 2001/03/09 19:06:20 tv Exp $ 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 --git a/comms/fidogate/patches/patch-at b/comms/fidogate/patches/patch-at new file mode 100644 index 00000000000..cc04fa10e8f --- /dev/null +++ b/comms/fidogate/patches/patch-at @@ -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 --git a/comms/fidogate/patches/patch-au b/comms/fidogate/patches/patch-au new file mode 100644 index 00000000000..423b349b2f9 --- /dev/null +++ b/comms/fidogate/patches/patch-au @@ -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))); |