# HG changeset patch # User Pascal Bellard # Date 1389438249 0 # Node ID ad05e742684d3aab2f4f3bf3baf2de37e24d8c2e # Parent 0bc9efb792e7584bdffa46550fa6193b013d25fb busybox: restore losetup default behaviour diff -r 0bc9efb792e7 -r ad05e742684d busybox/receipt --- a/busybox/receipt Thu Jan 09 18:06:52 2014 +0000 +++ b/busybox/receipt Sat Jan 11 11:04:09 2014 +0000 @@ -42,6 +42,7 @@ cmdline.u diff.u diet.u +losetup.u EOT cp $stuff/$PACKAGE-${VERSION%.*}.config .config } diff -r 0bc9efb792e7 -r ad05e742684d busybox/stuff/busybox-1.22-losetup.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/busybox/stuff/busybox-1.22-losetup.u Sat Jan 11 11:04:09 2014 +0000 @@ -0,0 +1,12 @@ +keep previous default behaviour +--- busybox-1.22.0/util-linux/losetup.c ++++ busybox-1.22.0/util-linux/losetup.c +@@ -70,7 +70,7 @@ + } + + /* -a */ +- if (opt == OPT_a) { ++ if (opt == OPT_a || (!opt && !argv[0])) { + int n; + for (n = 0; n < MAX_LOOP_NUM; n++) { + char *s; diff -r 0bc9efb792e7 -r ad05e742684d postfix/receipt --- a/postfix/receipt Thu Jan 09 18:06:52 2014 +0000 +++ b/postfix/receipt Sat Jan 11 11:04:09 2014 +0000 @@ -11,6 +11,7 @@ WGET_URL="ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/$TARBALL" TAZPANEL_DAEMON="man|edit::/etc/postfix/main.cf|options|web::$WEB_SITE" CONFIG_FILES="/etc/postfix" +PROVIDE="sendmail" DEPENDS="libdb libldap pcre libssl slitaz-base-files libsasl libkrb5 \ libcomerr3 libmysqlclient"