]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- config changed: disables ash, vi, enables lash
authorklakier <klakier@pld-linux.org>
Fri, 7 Sep 2001 23:19:12 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Reasons:
  1) busybox ash makes trouble (crashes on some scripts) and is
     horribly slow
  2) _extremely_ small vi applet is provided by e3 package
  3) lash is poor bu it has some nice interactive features (completion, history)

  Please do not introduce substantial changes to this package without
  testing the results before! If you really need changes please consult them
  on one of pld mailing lists!!!

Changed files:
    busybox.spec -> 1.27

busybox.spec

index 4d2066e50550661b2d848445b1ff319425a1afdb..f9ec911b22ac76222383ae8c5fe915261b11326c 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Set of common unix utils for embeded systems
 Summary(pl):   Zestaw narzêdzi uniksowych dla systemów wbudowanych
 Name:          busybox
 Version:       0.60.1
-Release:       12
+Release:       13
 License:       GPL
 Group:         Applications
 Group(de):     Applikationen
@@ -11,7 +11,7 @@ Source0:      ftp://ftp.lineo.com/pub/busybox/%{name}-%{version}.tar.gz
 Source1:       %{name}-config.h
 Patch0:                %{name}-logconsole.patch
 Patch1:                %{name}-tee.patch
-#Patch2:               %{name}-sh-name.patch
+Patch2:                %{name}-sh-name.patch
 Patch3:                %{name}-printf-gettext.patch
 Patch4:                %{name}-loadfont.patch
 Patch5:                %{name}-cread.patch
@@ -60,7 +60,7 @@ busybox for PLD bootdisk.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-#%patch2 -p1
+%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
This page took 0.069993 seconds and 4 git commands to generate.