# HG changeset patch # User Christophe Lincoln # Date 1204800365 -3600 # Node ID 071082ccd56cc8d9daab821cfe869ef25e3d9617 # Parent b9c4f3b380e870b3677ef7e413e12be32942e45a Up: slitaz-base-files (1.2) no more files in addfiles... diff -r b9c4f3b380e8 -r 071082ccd56c base-files/receipt --- a/base-files/receipt Thu Mar 06 11:29:07 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="base-files" -VERSION="1.1" -CATEGORY="meta" -SHORT_DESC="Meta package to install slitaz-base-files." -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://www.slitaz.org/" -DEPENDS="slitaz-base-files" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir $fs/usr -} diff -r b9c4f3b380e8 -r 071082ccd56c slitaz-base-files/receipt --- a/slitaz-base-files/receipt Thu Mar 06 11:29:07 2008 +0100 +++ b/slitaz-base-files/receipt Thu Mar 06 11:46:05 2008 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-base-files" -VERSION="1.1" +VERSION="1.2" CATEGORY="base-system" SHORT_DESC="Linux tree and the necessary files for the base system." MAINTAINER="pankso@slitaz.org" @@ -38,8 +38,7 @@ $fs/var/log \ $fs/var/run \ $fs/var/spool \ - $fs/var/tmp \ - + $fs/var/tmp # Copy all rootfs from the stuff and set permissions. cp -a $src/rootfs/* $fs @@ -75,9 +74,6 @@ cp -a $root/tmp/etc.bak/* $root/etc 2>/dev/null rm -rf $root/tmp/etc.bak - # Remove old base-file pkg info - rm -rf $root/var/lib/tazpkg/installed/base-files - # Reset permission. chmod 640 $root/etc/shadow chmod 640 $root/etc/gshadow @@ -89,12 +85,5 @@ addgroup -g 20 audio fi fi - - # Add crond to daemons confi file (compatibility) - if ! grep -q CROND_OPTIONS $root/etc/daemons.conf; then - echo '# Cron daemon options.' >> $root/etc/daemons.conf - echo 'CROND_OPTIONS="-b"' >> $root/etc/daemons.conf - echo '' >> $root/etc/daemons.conf - fi } SELF_INSTALL=1