lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev about lynx.cfg


From: David Combs
Subject: Re: lynx-dev about lynx.cfg
Date: Wed, 27 May 1998 21:49:16 -0700 (PDT)

> From address@hidden Wed May 27 07:17:23 1998
> Date: Wed, 27 May 98 10:11:41 -0400
> From: address@hidden (Michael Sokolov)
> To: address@hidden
> Subject: Re: lynx-dev about lynx.cfg
> Sender: address@hidden
> Precedence: bulk
> Reply-To: address@hidden
> 
> David Combs <address@hidden> wrote:
> > > Do something like:
> > > 
> > > strings /usr/local/bin/lynx | grep "lynx.cfg"
> > [...]
> > I just tried it, got nothing.
> 
> Just tried it on my VAX, got this:
> 
> lynx_cfg
> /usr/local/lib/lynx.cfg
>     -cfg=FILENAME    specifies a lynx.cfg file other than the default
> lynx.cfg file not found as %s
> # to TRUE in lynx.cfg, or use the -nofrom command line switch.  You also
> # honored only if enabled via userdefs.h and/or lynx.cfg, and not
> an unlimited number of download methods using the lynx.cfg file.
>    an unlimited number of upload methods using the lynx.cfg file.
> 
> Sincerely,
> Michael Sokolov
> Phone: 440-449-0299
> ARPA Internet SMTP mail: address@hidden
> 


I did the strings into a file, put that into VI, looked
and searched, etc, found only one line with word "lynx"
in it; here are first 40 lines, rest seeming to be same
kind of non-english stuff as the trailing lines of
what I include here:


#!/bin/sh
skip=18
if /usr/ucb/tail +$skip $0 | "/usr/local/bin"/gzip -cd > /tmp/gztmp$$; then
  /bin/chmod 700 /tmp/gztmp$$
  prog="`echo $0 | /bin/sed 's|^.*/||'`"
  if /bin/ln /tmp/gztmp$$ "/tmp/$prog" 2>/dev/null; then
    trap '/bin/rm -f /tmp/gztmp$$ "/tmp/$prog"; exit $res' 0
    (/bin/sleep 5; /bin/rm -f /tmp/gztmp$$ "/tmp/$prog") 2>/dev/null &
    /tmp/"$prog" ${1+"$@"}; res=$?
  else
    trap '/bin/rm -f /tmp/gztmp$$; exit $res' 0
    (/bin/sleep 5; /bin/rm -f /tmp/gztmp$$) 2>/dev/null &
    /tmp/gztmp$$ ${1+"$@"}; res=$?
  fi
else
  echo Cannot decompress $0; exit 1
fi; exit $res
lynxtest
?€?y
!`xQ
1o"*"
7l,G
Q:Ly)M
<]1+
G+b[u
`[{_wH
C`Y*
=Lpy
YJ{8
m$.W
{[Cvs_ww
da[w
]rB?
!4w^
n_suSV
?\RU
vMGp-
wndp8
wG>G
^{CgK

reply via email to

[Prev in Thread] Current Thread [Next in Thread]