From 040ccb60d8056b506a0a2364b7b06c8152f2298d Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 9 Mar 2001 19:06:18 +0000 Subject: Find archivers in $PATH, make areafix output more sane, and move areafix modifiable config files into VARDIR. --- comms/fidogate/patches/patch-ai | 14 +------------- comms/fidogate/patches/patch-aj | 13 +++++++++++++ comms/fidogate/patches/patch-ak | 22 ++++++++++++++++++++++ 3 files changed, 36 insertions(+), 13 deletions(-) create mode 100644 comms/fidogate/patches/patch-aj create mode 100644 comms/fidogate/patches/patch-ak (limited to 'comms/fidogate/patches') diff --git a/comms/fidogate/patches/patch-ai b/comms/fidogate/patches/patch-ai index bc210baec16..7c5762a7ec6 100644 --- a/comms/fidogate/patches/patch-ai +++ b/comms/fidogate/patches/patch-ai @@ -1,4 +1,4 @@ -$NetBSD: patch-ai,v 1.4 2001/02/22 15:28:57 tv Exp $ +$NetBSD: patch-ai,v 1.5 2001/03/09 19:06:19 tv Exp $ --- fidogate.conf.orig Thu Feb 22 09:58:02 2001 +++ fidogate.conf Thu Feb 22 09:58:13 2001 @@ -55,16 +55,4 @@ $NetBSD: patch-ai,v 1.4 2001/02/22 15:28:57 tv Exp $ # facility, level when using syslog support (LOGFILE = "syslog") # NOT YET SUPPORTED by FIDOGATE C programs (used by Perl scripts) -@@ -57,10 +57,10 @@ - - - # AREAS.BBS EchoMail distribution list --AreasBBS %V/areas.bbs -+AreasBBS %C/areas.bbs - - # FAREAS.BBS file distribution list --FAreasBBS %V/fareas.bbs -+FAreasBBS %C/fareas.bbs - - diff --git a/comms/fidogate/patches/patch-aj b/comms/fidogate/patches/patch-aj new file mode 100644 index 00000000000..70afde5c829 --- /dev/null +++ b/comms/fidogate/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.5 2001/03/09 19:06:19 tv Exp $ + +--- src/toss/rununpack.pl.orig Thu Feb 22 12:29:19 2001 ++++ src/toss/rununpack.pl Thu Feb 22 12:29:48 2001 +@@ -31,7 +31,7 @@ + my %arc_x; + # Archiver programs configuration + # %X is replaced with settings from toss.conf +-@arc_bindirs = ( "/bin", "/usr/bin", "/usr/local/bin", "%N"); ++@arc_bindirs = split(/:/, $ENV{'PATH'}); + # %a is replaced with archive file name + $arc_l{"ARJ"} = "unarj l %a"; + $arc_x{"ARJ"} = "unarj e %a"; diff --git a/comms/fidogate/patches/patch-ak b/comms/fidogate/patches/patch-ak new file mode 100644 index 00000000000..60bee16d2a9 --- /dev/null +++ b/comms/fidogate/patches/patch-ak @@ -0,0 +1,22 @@ +$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 @@ + mark = (lon_search(l, node) ? "*" : " "); + + if(p->desc) +- areafix_printf("%s Z%-3d %-39s: %s", ++ areafix_printf("%s Z%-3d %-20s: %s", + mark, p->zone, p->area, p->desc); + else + areafix_printf("%s Z%-3d %s", +@@ -836,7 +836,7 @@ + + mark = (lon_search(l, node) ? "*" : " "); + if(p->desc) +- areafix_printf("%s %-39s: %s", mark, p->area, p->desc); ++ areafix_printf("%s %-20s: %s", mark, p->area, p->desc); + else + areafix_printf("%s %s", mark, p->area); + } -- cgit v1.2.3