wok diff slitaz-loram-http/stuff/loram.extract @ rev 2390

mgetty: fix chroot in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 10 08:59:55 2009 +0000 (2009-03-10)
parents 52ca9fcdca28
children 6509db5aa948
line diff
     1.1 --- a/slitaz-loram-http/stuff/loram.extract	Tue Oct 21 08:48:46 2008 +0000
     1.2 +++ b/slitaz-loram-http/stuff/loram.extract	Tue Mar 10 08:59:55 2009 +0000
     1.3 @@ -43,6 +43,7 @@
     1.4  	sed -i 's/CLEAN_UP_SYSTEM="no"/CLEAN_UP_SYSTEM="yes"/' etc/rcS.conf
     1.5  	sed -i 's/RUN_DAEMONS="/RUN_DAEMONS="slim /' etc/rcS.conf
     1.6  fi
     1.7 -for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink bin/du bin/free; do
     1.8 +for ii in bin/vcsa2txt bin/awk bin/script bin/cut bin/readlink bin/du bin/free \
     1.9 +	  bin/killall5 bin/seq ; do
    1.10  	[ -e usr/$ii ] && rm -f $ii
    1.11  done