wok-current rev 847
Declare files in /etc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 19 09:03:51 2008 +0000 (2008-05-19) |
parents | 3bf7107848ff |
children | b13637d77d33 |
files | alsa-utils/receipt busybox/receipt slitaz-tools/receipt |
line diff
1.1 --- a/alsa-utils/receipt Sun May 18 17:44:29 2008 +0200 1.2 +++ b/alsa-utils/receipt Mon May 19 09:03:51 2008 +0000 1.3 @@ -26,6 +26,7 @@ 1.4 mkdir -p $fs/usr 1.5 cp -a $_pkg/usr/bin $fs/usr 1.6 cp -a $_pkg/usr/sbin $fs/usr 1.7 + touch $_pkg/etc/asound.state 1.8 chmod 755 $fs/usr/sbin/* 1.9 1.10 # Remove speaker-test (18 Ko and needs sounds)
2.1 --- a/busybox/receipt Sun May 18 17:44:29 2008 +0200 2.2 +++ b/busybox/receipt Mon May 19 09:03:51 2008 +0000 2.3 @@ -48,6 +48,7 @@ 2.4 chmod 600 $fs/etc/busybox.conf 2.5 cp stuff/dnsd.conf $fs/etc 2.6 cp stuff/udhcpd.conf $fs/etc 2.7 + touch $fs/etc/resolv.conf 2.8 cp stuff/inetd.conf $fs/etc 2.9 cp stuff/dnsd $fs/etc/init.d 2.10 cp stuff/udhcpd $fs/etc/init.d
3.1 --- a/slitaz-tools/receipt Sun May 18 17:44:29 2008 +0200 3.2 +++ b/slitaz-tools/receipt Mon May 19 09:03:51 2008 +0000 3.3 @@ -33,10 +33,15 @@ 3.4 3.5 # Tinyutils. 3.6 cp -a $src/tinyutils/tazlocale $fs/sbin 3.7 + touch $fs/etc/locale.conf 3.8 + touch $fs/etc/motd 3.9 cp -a $src/tinyutils/tazkeymap $fs/sbin 3.10 + touch $fs/etc/keymap.conf 3.11 + touch $fs/etc/TZ 3.12 cp -a $src/tinyutils/gztazmod.sh $fs/sbin 3.13 cp -a $src/tinyutils/tazfile $fs/usr/bin 3.14 cp -a $src/tinyutils/tazx $fs/usr/bin 3.15 + touch $fs/etc/X11/screen.conf 3.16 cp -a $src/tinyutils/startx $fs/usr/bin 3.17 cp -a $src/tinyutils/history $fs/usr/bin 3.18 cp -a $src/tinyutils/tazdialog $fs/usr/bin