From f72eb5fb82770f9b134b5624cb7b4062346e9844 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 9 Jul 2007 18:09:37 +0000
Subject: [PATCH] Fixed typo and added note on PKZIP/UNZIP version used in old
 Synchronet releases and that we're now using Info-ZIP instead.

---
 docs/dove-net.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/dove-net.txt b/docs/dove-net.txt
index 2b866db33d..f802450239 100644
--- a/docs/dove-net.txt
+++ b/docs/dove-net.txt
@@ -230,12 +230,12 @@ Example Configuration (in SCFG->Networks->QWK->Hubs->VERT):
 -----------------------------------------------------------
 Hub System ID              VERT
 
-v3.12a-Win32:
+v3.12a-Win32 (using PKZIP and PKUNZIP v2.04g):
 Pack Command Line          %!pkzip %f %s
 Unpack Command Line        %!pkunzip -o %f %g %s
 
-v3.13a and later:
-Pack Command Lineb         %@zip -jD %f %s
+v3.13a and later (using Info-ZIP):
+Pack Command Line          %@zip -jD %f %s
 Unpack Command Line        %@unzip -Coj %f %s -d %g
 
 Call-out Command Line      *qnet-ftp %s dove.synchro.net YOURPASS
-- 
GitLab