wok diff busybox/receipt @ rev 12480
Up: util-linux (2.21.1) no longer util-linux-ng
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 16:19:05 2012 +0200 (2012-04-23) |
parents | fa31026b97ce |
children | a619433464a8 |
line diff
1.1 --- a/busybox/receipt Tue Mar 13 21:24:32 2012 +0100 1.2 +++ b/busybox/receipt Mon Apr 23 16:19:05 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="busybox" 1.7 -VERSION="1.18.4" 1.8 +VERSION="1.20.0" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -28,10 +28,7 @@ 1.13 zmodules.u 1.14 printable.u 1.15 cmdline.u 1.16 -conspy.u 1.17 -httpd.u 1.18 su-nochdir.u 1.19 -tftp-chroot.u 1.20 diff.u 1.21 EOT 1.22 cp $stuff/$PACKAGE-${VERSION%.*}.config .config 1.23 @@ -97,7 +94,7 @@ 1.24 chmod 600 $fs/etc/busybox.conf 1.25 touch $fs/etc/resolv.conf 1.26 1.27 - # Daemon scripts and init. 1.28 + # Daemon scripts. 1.29 cp $stuff/daemon $fs/etc/init.d 1.30 DAEMON="crond dnsd ftpd httpd inetd klogd ntpd syslogd telnetd tftpd udhcpd zcip" 1.31 for i in $DAEMON; do