diff options
Diffstat (limited to 'comms/fidogate/patches/patch-aj')
-rw-r--r-- | comms/fidogate/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
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"; |