lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Permissions of files installed by install-doc


From: Frédéric L . W . Meunier
Subject: lynx-dev Permissions of files installed by install-doc
Date: Mon, 26 Jan 2004 01:15:43 -0200 (BRST)

It seems that make install-help doesn't make the right
permissions.

I'm installing on Linux but the sources are on a FAT32
partition (mounted with
defaults,gid=10,quiet,shortname=winnt,umask=002).

Do you really need to use tar ? I tested with;

1- The default tar I use, star 1.5a35:

(cd /usr/local/share/lynx/lynx_help && WD=`pwd` && HEAD=`echo $WD|sed -e 
's!/lynx_help$!!'` && test $WD != $HEAD && rm -fr *)
test -d /usr/local/share/lynx/lynx_help/keystrokes || mkdir 
/usr/local/share/lynx/lynx_help/keystrokes
Making htmlized lynx.cfg
cd src && make LYReadCFG.i
make[1]: Entering directory `/home/fredlwm/tmp/objdir/lynx/src'
gcc -E -C -DLINUX  -DXTSTRINGDEFINES -D_GNU_SOURCE
-DHAVE_CONFIG_H  -DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans 
-I/usr/local/src/networking/http/browsers/lynx2-8-5/src/chrtrans 
-I/usr/local/src/networking/http/browsers/lynx2-8-5 
-I/usr/local/src/networking/http/browsers/lynx2-8-5/src 
-I/usr/local/src/networking/http/browsers/lynx2-8-5/WWW/Library/Implementation  
 /usr/local/src/networking/http/browsers/lynx2-8-5/src/LYReadCFG.c >LYReadCFG.i
make[1]: Leaving directory `/home/fredlwm/tmp/objdir/lynx/src'
sed -n -e '/Config_Type  *Config_Table/,/{0, *0, *0}/ p' src/LYReadCFG.i | \
sed  -e 's/ *{ *"\([^"]*\)".*/\1/' | \
perl /usr/local/src/networking/http/browsers/lynx2-8-5/scripts/cfg2html.pl -ms 
/usr/local/src/networking/http/browsers/lynx2-8-5/lynx.cfg
Use of uninitialized value in string eq at /usr/lib/perl5/5.8.2/getopts.pl line 
26.
Translating/copying html files
rm -f src/LYReadCFG.i
/bin/sh -c 'sed_prog=`pwd`/help_files.sed && \
        cd /usr/local/src/networking/http/browsers/lynx2-8-5/lynx_help && \
        dirs=keystrokes && \
        files="*.html */*.html" && \
        for f in $files ; do \
                sed -f $sed_prog $f > /usr/local/share/lynx/lynx_help/$f ; \
        done && \
        if test "/usr/bin/gzip -9" != "" ; then \
                (cd /usr/local/share/lynx/lynx_help && /usr/bin/gzip -9 $files 
) \
        fi'
Updating /usr/local/share/lynx/lynx.cfg
/bin/sh -c 'if test -f /usr/local/share/lynx/lynx.cfg ; then \
        mv /usr/local/share/lynx/lynx.cfg /usr/local/share/lynx/lynx.tmp ; \
else \
        cp /usr/local/src/networking/http/browsers/lynx2-8-5/lynx.cfg 
/usr/local/share/lynx/lynx.tmp ; \
fi'
Updating /usr/local/share/lynx/lynx.cfg to point to installed help-files
sed     -e '/^HELPFILE:http/s!^!#!' \
-e '/^#HELPFILE:file/s!#!!' \
-e '/^HELPFILE:file/s!/PATH_TO/lynx_help!/usr/local/share/lynx/lynx_help!' \
-e '/^[A-Z_]*:/s!/PATH_TO/lynx_doc!/usr/local/share/lynx/lynx_doc!' \
-e '/^HELPFILE:file/s!$!.gz!' \
-e '/^HELPFILE:file/s!.gz.gz$!.gz!' \
/usr/local/share/lynx/lynx.tmp >/usr/local/share/lynx/lynx.cfg
chmod 644 /usr/local/share/lynx/lynx.cfg
rm -f /usr/local/share/lynx/lynx.tmp
Copying sample files
(cd /usr/local/src/networking/http/browsers/lynx2-8-5 && tar cf - C[HO]* 
PROBLEMS README docs samples test ) | \
                       ( cd /usr/local/share/lynx/lynx_doc && chmod -R u+w . && 
tar xf - )
tar: 134 blocks + 0 bytes (total of 1372160 bytes = 1340.00k).
tar: current 'samples/' newer.
tar: current 'samples/jumpsVMS.html' newer.
tar: current 'samples/jumpsUnix.html' newer.
tar: current 'samples/mime.types' newer.
tar: current 'samples/lynx.com' newer.
tar: current 'samples/mailcap' newer.
tar: current 'samples/lynx.lss' newer.
tar: current 'samples/lynx-keymaps' newer.
tar: current 'samples/cernrules.txt' newer.
tar: current 'samples/mild-colors.lss' newer.
tar: current 'samples/blue-background.lss' newer.
tar: current 'samples/installdirs.html' newer.
tar: current 'samples/mailto-form.pl' newer.
tar: current 'samples/bright-blue.lss' newer.
tar: current 'samples/lynxdump' newer.
tar: current 'samples/keepviewer' newer.
tar: current 'test/' newer.
tar: current 'test/tabtest.html' newer.
tar: current 'test/iso8859-1.html' newer.
tar: current 'test/TestComment.html' newer.
tar: current 'test/ISO_LATIN1_test.html' newer.
tar: current 'test/README.txt' newer.
tar: current 'test/iso88592.html' newer.
tar: current 'test/ALT88592.html' newer.
tar: current 'test/unicode.html' newer.
tar: current 'test/sgml.html' newer.
tar: current 'test/spaces.html' newer.
tar: current 'test/raw8bit.html' newer.
tar: current 'test/c1.html' newer.
tar: current 'test/utf-8-demo.html' newer.
tar: current 'test/quickbrown.html' newer.
tar: current 'test/koi8-r.html' newer.
tar: 134 blocks + 0 bytes (total of 1372160 bytes = 1340.00k).
/bin/sh -c 'if test "/usr/bin/gzip -9" != "" ; then \
        (cd /usr/local/share/lynx/lynx_doc && /usr/bin/gzip -9 -f 
docs/CHANGES*.[0-9] docs/*.announce ) \
fi'
/bin/sh -c 'for name in COPYING COPYHEADER; do \
        cd /usr/local/share/lynx/lynx_help && rm -f $name ;\
        cd /usr/local/share/lynx/lynx_help && ( ln -s 
/usr/local/share/lynx/lynx_doc/$name . || cp 
/usr/local/share/lynx/lynx_doc/$name . );\
        done'

$ ls -laR /usr/local/share/lynx

/usr/local/share/lynx:
total 160
drwxr-xr-x   4 root root   4096 2004-01-26 00:54 ./
drwxr-xr-x  11 root root   4096 2004-01-26 01:03 ../
-rw-r--r--   1 root root 139327 2004-01-26 00:54 lynx.cfg
drwxr-xr-x   5 root root   4096 2004-01-25 22:17 lynx_doc/
drwxr-xr-x   3 root root   4096 2004-01-25 22:17 lynx_help/

/usr/local/share/lynx/lynx_doc:
total 508
drwxr-xr-x  5 root root    4096 2004-01-25 22:17 ./
drwxr-xr-x  4 root root    4096 2004-01-26 00:54 ../
-rwxrwxr-x  1 root wheel 448444 2004-01-25 00:36 CHANGES*
-rwxrwxr-x  1 root wheel    850 2004-01-25 00:36 COPYHEADER*
-rwxrwxr-x  1 root wheel  18009 2004-01-25 00:36 COPYING*
drwxr-xr-x  2 root wheel   4096 2004-01-25 22:17 docs/
-rwxrwxr-x  1 root wheel  11919 2004-01-25 00:36 PROBLEMS*
-rwxrwxr-x  1 root wheel   7217 2004-01-25 00:36 README*
drwxr-xr-x  2 root root    4096 2002-12-02 00:23 samples/
drwxr-xr-x  2 root root    4096 2002-10-06 21:49 test/

/usr/local/share/lynx/lynx_doc/docs:
total 308
drwxr-xr-x  2 root wheel  4096 2004-01-25 22:17 ./
drwxr-xr-x  5 root root   4096 2004-01-25 22:17 ../
-rwxrwxr-x  1 root wheel  7641 1998-12-13 02:10 CHANGES2.3.gz*
-rwxrwxr-x  1 root wheel 18655 1998-12-13 02:10 CHANGES2.4.gz*
-rwxrwxr-x  1 root wheel 34523 1998-12-13 02:10 CHANGES2.5.gz*
-rwxrwxr-x  1 root wheel 16225 1997-12-24 17:10 CHANGES2.6.gz*
-rwxrwxr-x  1 root wheel 18857 1997-12-24 17:10 CHANGES2.7.gz*
-rwxrwxr-x  1 root wheel 74613 1999-05-24 16:00 CHANGES2.8.gz*
-rwxrwxr-x  1 root wheel   736 1997-02-24 22:10 CMU.announce.gz*
-rwxrwxr-x  1 root wheel  2419 1997-02-24 22:10 CRAWL.announce.gz*
-rwxrwxr-x  1 root wheel  5770 1999-02-17 12:29 djgpp.key*
-rwxrwxr-x  1 root wheel  1731 1998-12-13 02:10 FM.announce.gz*
-rwxrwxr-x  1 root wheel  1790 1998-12-13 02:10 IBMPC-charsets.announce.gz*
-rwxrwxr-x  1 root wheel  1221 2004-01-25 00:36 OS-390.announce.gz*
-rwxrwxr-x  1 root wheel  7302 1999-04-23 11:56 pdcurses.key*
-rwxrwxr-x  1 root wheel  7082 1998-12-13 02:10 README.chartrans*
-rwxrwxr-x  1 root wheel  6838 2004-01-04 00:30 README.defines*
-rwxrwxr-x  1 root wheel  5070 2000-03-31 21:33 README.jp*
-rwxrwxr-x  1 root wheel 13516 2004-01-04 00:30 README.rootcerts*
-rwxrwxr-x  1 root wheel  3062 2004-01-19 11:23 README.ssl*
-rwxrwxr-x  1 root wheel  9332 2004-01-04 00:30 README.sslcerts*
-rwxrwxr-x  1 root wheel  7922 1999-12-15 09:03 README.TRST*
-rwxrwxr-x  1 root wheel    88 1999-02-17 12:29 slang.key*
-rwxrwxr-x  1 root wheel   866 1998-12-13 02:10 SOCKETSHR.announce.gz*
-rwxrwxr-x  1 root wheel   774 1997-02-24 22:10 TCPWARE.announce.gz*
-rwxrwxr-x  1 root wheel   823 1997-02-24 22:10 VMSWAIS.announce.gz*
-rwxrwxr-x  1 root wheel  1026 1999-08-26 08:31 win-386.announce.gz*

/usr/local/share/lynx/lynx_doc/samples:
total 116
drwxr-xr-x  2 root root  4096 2002-12-02 00:23 ./
drwxr-xr-x  5 root root  4096 2004-01-25 22:17 ../
-rw-r--r--  1 root root  2165 1999-04-13 06:39 blue-background.lss
-rw-r--r--  1 root root  2114 2001-07-07 22:30 bright-blue.lss
-rw-r--r--  1 root root 34558 1999-10-21 12:56 cernrules.txt
-rw-r--r--  1 root root   701 1999-06-29 09:50 installdirs.html
-rw-r--r--  1 root root  3686 1999-12-15 09:03 jumpsUnix.html
-rw-r--r--  1 root root  1417 1997-02-24 22:10 jumpsVMS.html
-rwxr-xr-x  1 root root   606 2001-11-08 18:48 keepviewer*
-rwxr-xr-x  1 root root  2192 1997-02-24 22:10 lynx.com*
-rwxr-xr-x  1 root root   383 2001-10-06 19:02 lynxdump*
-rw-r--r--  1 root root  5063 1999-12-15 09:03 lynx-keymaps
-rw-r--r--  1 root root  2646 2001-04-01 21:51 lynx.lss
-rw-r--r--  1 root root  4772 2002-12-02 00:07 mailcap
-rwxr-xr-x  1 root root  9416 2002-12-02 00:07 mailto-form.pl*
-rw-r--r--  1 root root  1335 2000-07-17 00:16 mild-colors.lss
-rw-r--r--  1 root root  1022 1999-01-18 10:29 mime.types

/usr/local/share/lynx/lynx_doc/test:
total 248
drwxr-xr-x  2 root root  4096 2002-10-06 21:49 ./
drwxr-xr-x  5 root root  4096 2004-01-25 22:17 ../
-rw-r--r--  1 root root 15012 1998-02-05 14:25 ALT88592.html
-rw-r--r--  1 root root  3826 1999-10-13 12:24 c1.html
-rw-r--r--  1 root root 14853 1998-02-05 14:25 iso8859-1.html
-rw-r--r--  1 root root 12974 1998-02-05 14:25 iso88592.html
-rw-r--r--  1 root root  3608 1997-02-24 22:10 ISO_LATIN1_test.html
-rw-r--r--  1 root root 15668 2002-10-06 21:43 koi8-r.html
-rw-r--r--  1 root root  3856 2002-10-06 21:43 quickbrown.html
-rw-r--r--  1 root root  1145 1998-05-23 23:16 raw8bit.html
-rw-r--r--  1 root root   377 1997-02-24 22:10 README.txt
-rw-r--r--  1 root root 62215 2002-10-06 21:43 sgml.html
-rw-r--r--  1 root root  2553 1999-03-30 14:10 spaces.html
-rw-r--r--  1 root root  1412 1997-02-24 22:10 tabtest.html
-rw-r--r--  1 root root  2032 1997-02-24 22:10 TestComment.html
-rw-r--r--  1 root root 44008 2002-10-06 21:43 unicode.html
-rw-r--r--  1 root root 31578 2002-10-06 21:43 utf-8-demo.html

/usr/local/share/lynx/lynx_help:
total 140
drwxr-xr-x  3 root root  4096 2004-01-25 22:17 ./
drwxr-xr-x  4 root root  4096 2004-01-26 00:54 ../
-rw-r--r--  1 root root  1959 2004-01-25 22:17 about_lynx.html.gz
-rw-r--r--  1 root root  2515 2004-01-25 22:17 alphatoc.html.gz
-rw-r--r--  1 root root 46366 2004-01-25 22:17 body.html.gz
-rw-r--r--  1 root root  3447 2004-01-25 22:17 cattoc.html.gz
lrwxrwxrwx  1 root root    41 2004-01-25 22:17 COPYHEADER -> 
/usr/local/share/lynx/lynx_doc/COPYHEADER*
lrwxrwxrwx  1 root root    38 2004-01-25 22:17 COPYING -> 
/usr/local/share/lynx/lynx_doc/COPYING*
drwxr-xr-x  2 root root  4096 2004-01-25 22:17 keystrokes/
-rw-r--r--  1 root root  2102 2004-01-25 22:17 lynx-dev.html.gz
-rw-r--r--  1 root root  1741 2004-01-25 22:17 lynx_help_main.html.gz
-rw-r--r--  1 root root 10262 2004-01-25 22:17 lynx_url_support.html.gz
-rw-r--r--  1 root root 48988 2004-01-25 22:17 Lynx_users_guide.html.gz

/usr/local/share/lynx/lynx_help/keystrokes:
total 92
drwxr-xr-x  2 root root 4096 2004-01-25 22:17 ./
drwxr-xr-x  3 root root 4096 2004-01-25 22:17 ../
-rw-r--r--  1 root root 1310 2004-01-25 22:17 alt_edit_help.html.gz
-rw-r--r--  1 root root 3952 2004-01-25 22:17 bashlike_edit_help.html.gz
-rw-r--r--  1 root root  570 2004-01-25 22:17 bookmark_help.html.gz
-rw-r--r--  1 root root 1238 2004-01-25 22:17 cookie_help.html.gz
-rw-r--r--  1 root root  961 2004-01-25 22:17 dired_help.html.gz
-rw-r--r--  1 root root 1373 2004-01-25 22:17 edit_help.html.gz
-rw-r--r--  1 root root 6090 2004-01-25 22:17 environments.html.gz
-rw-r--r--  1 root root 3647 2004-01-25 22:17 follow_help.html.gz
-rw-r--r--  1 root root  671 2004-01-25 22:17 gopher_types_help.html.gz
-rw-r--r--  1 root root  914 2004-01-25 22:17 history_help.html.gz
-rw-r--r--  1 root root 2262 2004-01-25 22:17 keystroke_help.html.gz
-rw-r--r--  1 root root  819 2004-01-25 22:17 movement_help.html.gz
-rw-r--r--  1 root root 7156 2004-01-25 22:17 option_help.html.gz
-rw-r--r--  1 root root 2966 2004-01-25 22:17 other_help.html.gz
-rw-r--r--  1 root root  714 2004-01-25 22:17 print_help.html.gz
-rw-r--r--  1 root root  976 2004-01-25 22:17 scrolling_help.html.gz
-rw-r--r--  1 root root  910 2004-01-25 22:17 test_display.html.gz
-rw-r--r--  1 root root  922 2004-01-25 22:17 visited_help.html.gz
-rw-r--r--  1 root root  700 2004-01-25 22:17 xterm_help.html.gz

2- GNU tar 1.13.25:

/bin/sh /usr/local/src/networking/http/browsers/lynx2-8-5/mkdirs.sh 
/usr/local/share/lynx/lynx_help
mkdir /usr/local/share/lynx
mkdir /usr/local/share/lynx/lynx_help
(cd /usr/local/share/lynx/lynx_help && WD=`pwd` && HEAD=`echo $WD|sed -e 
's!/lynx_help$!!'` && test $WD != $HEAD && rm -fr *)
test -d /usr/local/share/lynx/lynx_help/keystrokes || mkdir 
/usr/local/share/lynx/lynx_help/keystrokes
Making htmlized lynx.cfg
cd src && make LYReadCFG.i
make[1]: Entering directory `/home/fredlwm/tmp/objdir/lynx/src'
gcc -E -C -DLINUX  -DXTSTRINGDEFINES -D_GNU_SOURCE -DHAVE_CONFIG_H  
-DLOCALEDIR=\"/usr/local/share/locale\" -I. -I.. -Ichrtrans 
-I/usr/local/src/networking/http/browsers/lynx2-8-5/src/chrtrans 
-I/usr/local/src/networking/http/browsers/lynx2-8-5 
-I/usr/local/src/networking/http/browsers/lynx2-8-5/src 
-I/usr/local/src/networking/http/browsers/lynx2-8-5/WWW/Library/Implementation  
 /usr/local/src/networking/http/browsers/lynx2-8-5/src/LYReadCFG.c >LYReadCFG.i
make[1]: Leaving directory `/home/fredlwm/tmp/objdir/lynx/src'
sed -n -e '/Config_Type  *Config_Table/,/{0, *0, *0}/ p' src/LYReadCFG.i | \
sed  -e 's/ *{ *"\([^"]*\)".*/\1/' | \
perl /usr/local/src/networking/http/browsers/lynx2-8-5/scripts/cfg2html.pl -ms 
/usr/local/src/networking/http/browsers/lynx2-8-5/lynx.cfg
Use of uninitialized value in string eq at /usr/lib/perl5/5.8.2/getopts.pl line 
26.
Translating/copying html files
rm -f src/LYReadCFG.i
/bin/sh -c 'sed_prog=`pwd`/help_files.sed && \
        cd /usr/local/src/networking/http/browsers/lynx2-8-5/lynx_help && \
        dirs=keystrokes && \
        files="*.html */*.html" && \
        for f in $files ; do \
                sed -f $sed_prog $f > /usr/local/share/lynx/lynx_help/$f ; \
        done && \
        if test "/usr/bin/gzip -9" != "" ; then \
                (cd /usr/local/share/lynx/lynx_help && /usr/bin/gzip -9 $files 
) \
        fi'
Updating /usr/local/share/lynx/lynx.cfg
/bin/sh -c 'if test -f /usr/local/share/lynx/lynx.cfg ; then \
        mv /usr/local/share/lynx/lynx.cfg /usr/local/share/lynx/lynx.tmp ; \
else \
        cp /usr/local/src/networking/http/browsers/lynx2-8-5/lynx.cfg 
/usr/local/share/lynx/lynx.tmp ; \
fi'
Updating /usr/local/share/lynx/lynx.cfg to point to installed help-files
sed     -e '/^HELPFILE:http/s!^!#!' \
-e '/^#HELPFILE:file/s!#!!' \
-e '/^HELPFILE:file/s!/PATH_TO/lynx_help!/usr/local/share/lynx/lynx_help!' \
-e '/^[A-Z_]*:/s!/PATH_TO/lynx_doc!/usr/local/share/lynx/lynx_doc!' \
-e '/^HELPFILE:file/s!$!.gz!' \
-e '/^HELPFILE:file/s!.gz.gz$!.gz!' \
/usr/local/share/lynx/lynx.tmp >/usr/local/share/lynx/lynx.cfg
chmod 644 /usr/local/share/lynx/lynx.cfg
rm -f /usr/local/share/lynx/lynx.tmp
/bin/sh /usr/local/src/networking/http/browsers/lynx2-8-5/mkdirs.sh 
/usr/local/share/lynx/lynx_doc
mkdir /usr/local/share/lynx/lynx_doc
Copying sample files
(cd /usr/local/src/networking/http/browsers/lynx2-8-5 && tar cf - C[HO]* 
PROBLEMS README docs samples test ) | \
                       ( cd /usr/local/share/lynx/lynx_doc && chmod -R u+w . && 
tar xf - )
/bin/sh -c 'if test "/usr/bin/gzip -9" != "" ; then \
        (cd /usr/local/share/lynx/lynx_doc && /usr/bin/gzip -9 -f 
docs/CHANGES*.[0-9] docs/*.announce ) \
fi'
/bin/sh -c 'for name in COPYING COPYHEADER; do \
        cd /usr/local/share/lynx/lynx_help && rm -f $name ;\
        cd /usr/local/share/lynx/lynx_help && ( ln -s 
/usr/local/share/lynx/lynx_doc/$name . || cp 
/usr/local/share/lynx/lynx_doc/$name . );\
        done'

$ ls -laR /usr/local/share/lynx

/usr/local/share/lynx:
total 160
drwxr-xr-x   4 root root   4096 2004-01-26 00:59 ./
drwxr-xr-x  11 root root   4096 2004-01-26 00:59 ../
-rw-r--r--   1 root root 139343 2004-01-26 00:59 lynx.cfg
drwxr-xr-x   5 root root   4096 2004-01-26 00:59 lynx_doc/
drwxr-xr-x   3 root root   4096 2004-01-26 00:59 lynx_help/

/usr/local/share/lynx/lynx_doc:
total 508
drwxr-xr-x  5 root root    4096 2004-01-26 00:59 ./
drwxr-xr-x  4 root root    4096 2004-01-26 00:59 ../
-rwxrwxr-x  1 root wheel 448444 2004-01-25 22:24 CHANGES*
-rwxrwxr-x  1 root wheel    850 2004-01-25 00:36 COPYHEADER*
-rwxrwxr-x  1 root wheel  18009 2004-01-25 00:36 COPYING*
drwxrwxr-x  2 root wheel   4096 2004-01-26 00:59 docs/
-rwxrwxr-x  1 root wheel  11919 2004-01-25 00:36 PROBLEMS*
-rwxrwxr-x  1 root wheel   7217 2004-01-25 00:36 README*
drwxrwxr-x  2 root wheel   4096 2002-12-02 00:23 samples/
drwxrwxr-x  2 root wheel   4096 2002-10-06 21:49 test/

/usr/local/share/lynx/lynx_doc/docs:
total 308
drwxrwxr-x  2 root wheel  4096 2004-01-26 00:59 ./
drwxr-xr-x  5 root root   4096 2004-01-26 00:59 ../
-rwxrwxr-x  1 root wheel  7641 1998-12-13 02:10 CHANGES2.3.gz*
-rwxrwxr-x  1 root wheel 18655 1998-12-13 02:10 CHANGES2.4.gz*
-rwxrwxr-x  1 root wheel 34523 1998-12-13 02:10 CHANGES2.5.gz*
-rwxrwxr-x  1 root wheel 16225 1997-12-24 17:10 CHANGES2.6.gz*
-rwxrwxr-x  1 root wheel 18857 1997-12-24 17:10 CHANGES2.7.gz*
-rwxrwxr-x  1 root wheel 74613 1999-05-24 16:00 CHANGES2.8.gz*
-rwxrwxr-x  1 root wheel   736 1997-02-24 22:10 CMU.announce.gz*
-rwxrwxr-x  1 root wheel  2419 1997-02-24 22:10 CRAWL.announce.gz*
-rwxrwxr-x  1 root wheel  5770 1999-02-17 12:29 djgpp.key*
-rwxrwxr-x  1 root wheel  1731 1998-12-13 02:10 FM.announce.gz*
-rwxrwxr-x  1 root wheel  1790 1998-12-13 02:10 IBMPC-charsets.announce.gz*
-rwxrwxr-x  1 root wheel  1221 2004-01-25 00:36 OS-390.announce.gz*
-rwxrwxr-x  1 root wheel  7302 1999-04-23 11:56 pdcurses.key*
-rwxrwxr-x  1 root wheel  7082 1998-12-13 02:10 README.chartrans*
-rwxrwxr-x  1 root wheel  6838 2004-01-04 00:30 README.defines*
-rwxrwxr-x  1 root wheel  5070 2000-03-31 21:33 README.jp*
-rwxrwxr-x  1 root wheel 13516 2004-01-04 00:30 README.rootcerts*
-rwxrwxr-x  1 root wheel  3062 2004-01-19 11:23 README.ssl*
-rwxrwxr-x  1 root wheel  9332 2004-01-04 00:30 README.sslcerts*
-rwxrwxr-x  1 root wheel  7922 1999-12-15 09:03 README.TRST*
-rwxrwxr-x  1 root wheel    88 1999-02-17 12:29 slang.key*
-rwxrwxr-x  1 root wheel   866 1998-12-13 02:10 SOCKETSHR.announce.gz*
-rwxrwxr-x  1 root wheel   774 1997-02-24 22:10 TCPWARE.announce.gz*
-rwxrwxr-x  1 root wheel   823 1997-02-24 22:10 VMSWAIS.announce.gz*
-rwxrwxr-x  1 root wheel  1026 1999-08-26 08:31 win-386.announce.gz*

/usr/local/share/lynx/lynx_doc/samples:
total 116
drwxrwxr-x  2 root wheel  4096 2002-12-02 00:23 ./
drwxr-xr-x  5 root root   4096 2004-01-26 00:59 ../
-rwxrwxr-x  1 root wheel  2165 1999-04-13 06:39 blue-background.lss*
-rwxrwxr-x  1 root wheel  2114 2001-07-07 22:30 bright-blue.lss*
-rwxrwxr-x  1 root wheel 34558 1999-10-21 12:56 cernrules.txt*
-rwxrwxr-x  1 root wheel   701 1999-06-29 09:50 installdirs.html*
-rwxrwxr-x  1 root wheel  3686 1999-12-15 09:03 jumpsUnix.html*
-rwxrwxr-x  1 root wheel  1417 1997-02-24 22:10 jumpsVMS.html*
-rwxrwxr-x  1 root wheel   606 2001-11-08 18:48 keepviewer*
-rwxrwxr-x  1 root wheel  2192 1997-02-24 22:10 lynx.com*
-rwxrwxr-x  1 root wheel   383 2001-10-06 19:02 lynxdump*
-rwxrwxr-x  1 root wheel  5063 1999-12-15 09:03 lynx-keymaps*
-rwxrwxr-x  1 root wheel  2646 2001-04-01 21:51 lynx.lss*
-rwxrwxr-x  1 root wheel  4772 2002-12-02 00:07 mailcap*
-rwxrwxr-x  1 root wheel  9416 2002-12-02 00:07 mailto-form.pl*
-rwxrwxr-x  1 root wheel  1335 2000-07-17 00:16 mild-colors.lss*
-rwxrwxr-x  1 root wheel  1022 1999-01-18 10:29 mime.types*

/usr/local/share/lynx/lynx_doc/test:
total 248
drwxrwxr-x  2 root wheel  4096 2002-10-06 21:49 ./
drwxr-xr-x  5 root root   4096 2004-01-26 00:59 ../
-rwxrwxr-x  1 root wheel 15012 1998-02-05 14:25 ALT88592.html*
-rwxrwxr-x  1 root wheel  3826 1999-10-13 12:24 c1.html*
-rwxrwxr-x  1 root wheel 14853 1998-02-05 14:25 iso8859-1.html*
-rwxrwxr-x  1 root wheel 12974 1998-02-05 14:25 iso88592.html*
-rwxrwxr-x  1 root wheel  3608 1997-02-24 22:10 ISO_LATIN1_test.html*
-rwxrwxr-x  1 root wheel 15668 2002-10-06 21:43 koi8-r.html*
-rwxrwxr-x  1 root wheel  3856 2002-10-06 21:43 quickbrown.html*
-rwxrwxr-x  1 root wheel  1145 1998-05-23 23:16 raw8bit.html*
-rwxrwxr-x  1 root wheel   377 1997-02-24 22:10 README.txt*
-rwxrwxr-x  1 root wheel 62215 2002-10-06 21:43 sgml.html*
-rwxrwxr-x  1 root wheel  2553 1999-03-30 14:10 spaces.html*
-rwxrwxr-x  1 root wheel  1412 1997-02-24 22:10 tabtest.html*
-rwxrwxr-x  1 root wheel  2032 1997-02-24 22:10 TestComment.html*
-rwxrwxr-x  1 root wheel 44008 2002-10-06 21:43 unicode.html*
-rwxrwxr-x  1 root wheel 31578 2002-10-06 21:43 utf-8-demo.html*

/usr/local/share/lynx/lynx_help:
total 140
drwxr-xr-x  3 root root  4096 2004-01-26 00:59 ./
drwxr-xr-x  4 root root  4096 2004-01-26 00:59 ../
-rw-r--r--  1 root root  1959 2004-01-26 00:59 about_lynx.html.gz
-rw-r--r--  1 root root  2515 2004-01-26 00:59 alphatoc.html.gz
-rw-r--r--  1 root root 46366 2004-01-26 00:59 body.html.gz
-rw-r--r--  1 root root  3447 2004-01-26 00:59 cattoc.html.gz
lrwxrwxrwx  1 root root    41 2004-01-26 00:59 COPYHEADER -> 
/usr/local/share/lynx/lynx_doc/COPYHEADER*
lrwxrwxrwx  1 root root    38 2004-01-26 00:59 COPYING -> 
/usr/local/share/lynx/lynx_doc/COPYING*
drwxr-xr-x  2 root root  4096 2004-01-26 00:59 keystrokes/
-rw-r--r--  1 root root  2102 2004-01-26 00:59 lynx-dev.html.gz
-rw-r--r--  1 root root  1741 2004-01-26 00:59 lynx_help_main.html.gz
-rw-r--r--  1 root root 10262 2004-01-26 00:59 lynx_url_support.html.gz
-rw-r--r--  1 root root 48988 2004-01-26 00:59 Lynx_users_guide.html.gz

/usr/local/share/lynx/lynx_help/keystrokes:
total 92
drwxr-xr-x  2 root root 4096 2004-01-26 00:59 ./
drwxr-xr-x  3 root root 4096 2004-01-26 00:59 ../
-rw-r--r--  1 root root 1310 2004-01-26 00:59 alt_edit_help.html.gz
-rw-r--r--  1 root root 3952 2004-01-26 00:59 bashlike_edit_help.html.gz
-rw-r--r--  1 root root  570 2004-01-26 00:59 bookmark_help.html.gz
-rw-r--r--  1 root root 1238 2004-01-26 00:59 cookie_help.html.gz
-rw-r--r--  1 root root  961 2004-01-26 00:59 dired_help.html.gz
-rw-r--r--  1 root root 1373 2004-01-26 00:59 edit_help.html.gz
-rw-r--r--  1 root root 6090 2004-01-26 00:59 environments.html.gz
-rw-r--r--  1 root root 3647 2004-01-26 00:59 follow_help.html.gz
-rw-r--r--  1 root root  671 2004-01-26 00:59 gopher_types_help.html.gz
-rw-r--r--  1 root root  914 2004-01-26 00:59 history_help.html.gz
-rw-r--r--  1 root root 2262 2004-01-26 00:59 keystroke_help.html.gz
-rw-r--r--  1 root root  819 2004-01-26 00:59 movement_help.html.gz
-rw-r--r--  1 root root 7156 2004-01-26 00:59 option_help.html.gz
-rw-r--r--  1 root root 2966 2004-01-26 00:59 other_help.html.gz
-rw-r--r--  1 root root  714 2004-01-26 00:59 print_help.html.gz
-rw-r--r--  1 root root  976 2004-01-26 00:59 scrolling_help.html.gz
-rw-r--r--  1 root root  910 2004-01-26 00:59 test_display.html.gz
-rw-r--r--  1 root root  922 2004-01-26 00:59 visited_help.html.gz
-rw-r--r--  1 root root  700 2004-01-26 00:59 xterm_help.html.gz

-- 
http://www.pervalidus.net/contact.html

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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