]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- added child.patch so busybox init will take over orphaned processes RA-1_0 busybox-0_60_2-8
authorMichal Moskal <michal@moskal.me>
Mon, 29 Jul 2002 11:59:18 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  thus preventing zilions of Z processes on bootdisk
- release 8

Changed files:
    busybox.spec -> 1.44

busybox.spec

index 46c8153842dc6070c7260d1eb7afb1e74375ccb8..556195ecf384083273e6110623b40298986c7d73 100644 (file)
@@ -33,7 +33,7 @@ Summary(pl):  Zestaw narz
 Summary(pt_BR):        BusyBox é um conjunto de utilitários UNIX em um único binário
 Name:          busybox
 Version:       0.60.2
-Release:       7
+Release:       8
 License:       GPL
 Group:         Applications
 Source0:       ftp://ftp.lineo.com/pub/busybox/%{name}-%{version}.tar.gz
@@ -46,6 +46,7 @@ Patch4:               %{name}-loadfont.patch
 Patch5:                %{name}-cread.patch
 Patch6:                %{name}-malloc.patch
 Patch7:                %{name}-pivot_root.patch
+Patch8:                %{name}-child.patch
 URL:           http://busybox.lineo.com/
 %{?_with_fileutl_prov:Provides:        fileutils}
 %{?_with_grep_prov:Provides:   grep}
@@ -108,6 +109,7 @@ Statycznie linkowany busybox.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 cp -f %{SOURCE1} Config.h
This page took 0.155478 seconds and 4 git commands to generate.