wok diff slitaz-loram-cdrom/stuff/loram.extract @ rev 2278
atm-tools: add /etc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 19 10:16:00 2009 +0000 (2009-02-19) |
parents | 52ca9fcdca28 |
children | 6509db5aa948 |
line diff
1.1 --- a/slitaz-loram-cdrom/stuff/loram.extract Tue Oct 21 08:48:46 2008 +0000 1.2 +++ b/slitaz-loram-cdrom/stuff/loram.extract Thu Feb 19 10:16:00 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