>>>>> "Fredrik" == Fredrik Ljungberg <[EMAIL PROTECTED]> writes:

Fredrik> Hi,

Fredrik> I'm running Solaris 2.4 with AFS 3.4a and I'm trying to get
Fredrik> package to copy the file /usr/lib/font/devpost/charlib/~= to
Fredrik> local disk.  Has anyone successfully managed get package to
Fredrik> copy this, or any other file whose name includes '=' ?

A public domain version of package have now been updated to support
'=' as part of a pathname. You may find it in
/afs/nada.kth.se/src/local/bin/package.

The necessary changes where:

diff -c -r1.1 -r1.2
*** lex.l       1994/08/04 21:42:56     1.1
--- lex.l       1996/03/15 10:11:11     1.2
***************
*** 7,12 ****
--- 7,15 ----
  
  /*
   *  $Log: lex.l,v $
+  *  Revision 1.2  1996/03/15 10:11:11  bg
+  *  Allow '=' as a legal character in a pathname.
+  *
   *  Revision 1.1  1994/08/04 21:42:56  bg
   *  Initial revision
   *
***************
*** 38,44 ****
  W     [ \t]
  D     [0-9]
  L     [A-Za-z]
! P     \/[\.A-Za-z][^ \t\n#=\^\!\|\(\)\{\}:;]*
  %%
  
  {W}*{COM}     { dbgprint((stderr, "COMMENT\n"));
--- 41,47 ----
  W     [ \t]
  D     [0-9]
  L     [A-Za-z]
! P     \/[\.A-Za-z][^ \t\n#\^\!\|\(\)\{\}:;]*
  %%
  
  {W}*{COM}     { dbgprint((stderr, "COMMENT\n"));



If the Transarc package is also based on the yacc/lex based parser
made by sohan the same diffs should apply.

Cheers,
Bj�rn

Reply via email to