cookutils rev 1030

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Feb 04 20:42:31 2018 +0000 (2018-02-04)
parents dc1a0fbc8d28
children f2773281e93d
files lighttpd/index.cgi modules/compressor
line diff
     1.1 --- a/lighttpd/index.cgi	Fri Feb 02 17:32:09 2018 +0200
     1.2 +++ b/lighttpd/index.cgi	Sun Feb 04 20:42:31 2018 +0000
     1.3 @@ -1055,10 +1055,10 @@
     1.4  	cd $PKGS
     1.5  	# About BusyBox's `ls`
     1.6  	# On the Tank server: BusyBox v1.18.4 (2012-03-14 03:32:25 CET) multi-call binary.
     1.7 -	# It supported the option `-e`, output with `-let` options is like this:
     1.8 +	# It supported the option `-e`, output with `-let` options like this:
     1.9  	# -rw-r--r--    1 user     group       100000 Fri Nov  3 10:00:00 2017 filename
    1.10  	# 1             2 3        4           5      6   7    8 9        10   11
    1.11 -	# Newer BusyBox v1.27.2 don't support option `-e` and have no configs to
    1.12 +	# Newer BusyBox v1.27.2 doesn't support option `-e` and has no configs to
    1.13  	# configure it or return the option back. It supported the long option
    1.14  	# `--full-time` instead, but output is different:
    1.15  	# -rw-r--r--    1 user     group       100000 2017-11-03 10:00:00 +0200 filename
     2.1 --- a/modules/compressor	Fri Feb 02 17:32:09 2018 +0200
     2.2 +++ b/modules/compressor	Sun Feb 04 20:42:31 2018 +0000
     2.3 @@ -694,7 +694,7 @@
     2.4  
     2.5  	# GNU strip (GNU Binutils)
     2.6  	# -p --preserve-dates                 Copy modified/access timestamps to the output
     2.7 -	# -s --strip-all                      Remove all symbol and relocation information
     2.8 +	# -s --strip-all                      Remove all symbols and relocation information
     2.9  	#    --strip-unneeded                 Remove all symbols not needed by relocations
    2.10  	# -D --enable-deterministic-archives  Produce deterministic output when stripping archives
    2.11  	# -g -S -d --strip-debug              Remove all debugging symbols & sections