wok diff slitaz-users/receipt @ rev 178

Removed cat base-apps and dispatch pkgs
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 02 01:23:02 2008 +0100 (2008-02-02)
parents e17dfeb82a2c
children dbd9d5cecd6b
line diff
     1.1 --- a/slitaz-users/receipt	Thu Dec 20 17:35:35 2007 +0100
     1.2 +++ b/slitaz-users/receipt	Sat Feb 02 01:23:02 2008 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="slitaz-users"
     1.5  VERSION="1.0"
     1.6  CATEGORY="base-system"
     1.7 -SHORT_DESC="Config tree for the base system."
     1.8 +SHORT_DESC="SliTaz users."
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.slitaz.org/"
    1.12 @@ -29,9 +29,9 @@
    1.13  $root/shadow  "root:\$1\$EbR327ag\$7NFmnOi7JQc5/lG0JLiU8/:13525:0:99999:7:::"
    1.14  $root/gshadow "root:*::"
    1.15  EOT
    1.16 -	for i in $(cd fs/home ; ls); do
    1.17 +	for i in $(cd $fs/home ; ls); do
    1.18  		# get uid in $3 and gid in $4
    1.19 -		set -- $(ls -ldn fs/home/$i)
    1.20 +		set -- $(ls -ldn $fs/home/$i)
    1.21  		while read file line; do
    1.22  			grep -qs "$line" $file || echo "$line" >> $file
    1.23  		done <<EOT