tazpkg rev 140

Add date in config files list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jul 28 09:39:57 2008 +0000 (2008-07-28)
parents be0dfeb8dc88
children ce9767408c1e
files tazpkgbox
line diff
     1.1 --- a/tazpkgbox	Mon Jul 28 09:20:59 2008 +0000
     1.2 +++ b/tazpkgbox	Mon Jul 28 09:39:57 2008 +0000
     1.3 @@ -25,7 +25,7 @@
     1.4  		tazpkg list-config | awk '
     1.5  BEGIN { ls=0 } {
     1.6    if (/^===/) ls=1-ls;
     1.7 -  else if (ls) system("stat -c \"%A|%U|%G|%s|%n\" " $0);
     1.8 +  else if (ls) system("stat -c \"%A|%U|%G|%s|%.16y|%n\" " $0);
     1.9  }'
    1.10  		exit 0;;
    1.11  	*) echo "Invalid argument";;
    1.12 @@ -90,8 +90,8 @@
    1.13  <window title=\"configuration files\" icon-name=\"system-file-manager\">
    1.14    <vbox>
    1.15  	<tree>
    1.16 -		<width>600</width><height>160</height>
    1.17 -		<label>Access | User | Group | Size | Name</label>
    1.18 +		<width>630</width><height>160</height>
    1.19 +		<label>Access | User | Group | Size | Date | Name</label>
    1.20  		<input> $0 call list_config_files </input>
    1.21  	</tree>
    1.22  	<hbox>