787f72b
#! /bin/sh /usr/share/dpatch/dpatch-run
787f72b
## 122-fix-cdf-file-syntax-errors.dpatch by  <kmccarty@debian.org>
787f72b
##
787f72b
## All lines beginning with `## DP:' are a description of the patch.
787f72b
## DP: Fix some lines in CDF file descriptions that were accidentally
787f72b
## DP: commented out by virtue of beginning with a '*' character.
787f72b
787f72b
@DPATCH@
787f72b
diff -urNad cernlib-2006.dfsg.2~/src/packlib/cspack/programs/zftp/zftpcdf.cdf cernlib-2006.dfsg.2/src/packlib/cspack/programs/zftp/zftpcdf.cdf
787f72b
--- cernlib-2006.dfsg.2~/src/packlib/cspack/programs/zftp/zftpcdf.cdf	1996-03-08 10:44:20.000000000 -0500
787f72b
+++ cernlib-2006.dfsg.2/src/packlib/cspack/programs/zftp/zftpcdf.cdf	2007-04-21 18:56:29.000000000 -0400
787f72b
@@ -388,8 +388,8 @@
787f72b
 CHOPT 'CHOPT' C D=' '
787f72b
 >Guidance
787f72b
 Transfer all files matching the specified remote file name
787f72b
-to the local system. The file name given may contain
787f72b
-*, to match one or more characters, or %, to match a single
787f72b
+to the local system. The file name given may contain *,
787f72b
+to match one or more characters, or %, to match a single
787f72b
 character.
787f72b
 .
787f72b
 By default the transfer is performed
787f72b
@@ -397,9 +397,9 @@
787f72b
 .
787f72b
 e.g.
787f72b
 .
787f72b
-*.PAM         --> GETP
787f72b
-*.CETA, *.CET --> GETB, LRECL=3600
787f72b
-*.CMZ,  *.RZ  --> GETRZ
787f72b
+ *.PAM         --> GETP
787f72b
+ *.CETA, *.CET --> GETB, LRECL=3600
787f72b
+ *.CMZ,  *.RZ  --> GETRZ
787f72b
 .
787f72b
 Options are passed to the appropriate transfer routine.
787f72b
 >Action MGET
787f72b
@@ -413,17 +413,18 @@
787f72b
 CHOPT 'CHOPT' C D=' '
787f72b
 >Guidance
787f72b
 Transfer all files matching the specified local file name
787f72b
-to the remote system. The file name given may contain
787f72b
-*, to match one or more characters, or %, to match a single
787f72b
+to the remote system. The file name given may contain *,
787f72b
+to match one or more characters, or %, to match a single
787f72b
 character.
787f72b
+.
787f72b
 By default the transfer is performed
787f72b
 using PUTA, unless the file name has a known extension.
787f72b
 .
787f72b
 e.g.
787f72b
 .
787f72b
-*.PAM         --> GETP
787f72b
-*.CETA, *.CET --> GETB, LRECL=3600
787f72b
-*.CMZ,  *.RZ  --> GETRZ
787f72b
+ *.PAM         --> GETP
787f72b
+ *.CETA, *.CET --> GETB, LRECL=3600
787f72b
+ *.CMZ,  *.RZ  --> GETRZ
787f72b
 .
787f72b
 e.g.
787f72b
 .
787f72b
diff -urNad cernlib-2006.dfsg.2~/src/packlib/fatmen/programs/fmkuip/fmcdf.cdf cernlib-2006.dfsg.2/src/packlib/fatmen/programs/fmkuip/fmcdf.cdf
787f72b
--- cernlib-2006.dfsg.2~/src/packlib/fatmen/programs/fmkuip/fmcdf.cdf	1997-01-07 06:20:31.000000000 -0500
787f72b
+++ cernlib-2006.dfsg.2/src/packlib/fatmen/programs/fmkuip/fmcdf.cdf	2007-04-21 18:58:52.000000000 -0400
787f72b
@@ -324,8 +324,8 @@
787f72b
 >Command SEARCH
787f72b
 >Guidance
787f72b
 Use the SEARCH command to print the generic names of files which
787f72b
-match the specified criteria. Character fields may include the
787f72b
-* or % wild cards.
787f72b
+match the specified criteria. Character fields may include the *
787f72b
+or % wild cards.
787f72b
 .
787f72b
 e.g. SEARCH * VID=I* # search current working directory for entries
787f72b
 # with VID's beginning with I.
787f72b
@@ -432,7 +432,7 @@
787f72b
 If no wild-cards are present in the pathname, the characters /*
787f72b
 are automatically appended. To zoom down a tree starting with
787f72b
 .
787f72b
-*ALLD, use ZOOM *ALLD/*
787f72b
+ *ALLD, use ZOOM *ALLD/*
787f72b
 .
787f72b
 >MENU \FMDATA
787f72b
 >Guidance