# HG changeset patch # User Christophe Lincoln # Date 1203074156 -3600 # Node ID e96e7374254db913b11cf8788383660990531d3f # Parent 650e8529e055d668ef95b5e75c5167517c8cd802 Removed slitaz-config + slitaz-users (repalced by slitaz-hacker) diff -r 650e8529e055 -r e96e7374254d slitaz-config/receipt --- a/slitaz-config/receipt Fri Feb 15 11:26:23 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="slitaz-config" -VERSION="1.0" -CATEGORY="misc" -SHORT_DESC="Config tree for the base system." -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.slitaz.org/" -WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - # Copy all rootfs from the stuff and set permissions. - cp -a $src/rootfs/* $fs -} diff -r 650e8529e055 -r e96e7374254d slitaz-users/receipt --- a/slitaz-users/receipt Fri Feb 15 11:26:23 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="slitaz-users" -VERSION="1.0" -CATEGORY="misc" -SHORT_DESC="SliTaz users." -MAINTAINER="pankso@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.slitaz.org/" -WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - # Copy all rootfs from the stuff and set permissions. - cp -a $src/rootfs/* $fs -} - -pre_install() -{ - local root - local i - root=$1/etc - while read file line; do - grep -qs "$line" $file || echo "$line" >> $file - done <> $file - done <