]> git.pld-linux.org Git - packages/ash.git/commitdiff
- release 3, ash-0_4_0-3
authorkloczek <kloczek@pld-linux.org>
Tue, 3 Jul 2001 17:16:16 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added sighup patch: make ash behaviour identical to tcsh on background
  processes that receive SIGHUP (based on patch from Conectiva).

Changed files:
    ash.spec -> 1.41

ash.spec

index 84b8c9c60f8ad79fa8e71ccd5e7412d8d4bcfc7e..44dc850135a6754d76a30fc20fe0aaefd25950ce 100644 (file)
--- a/ash.spec
+++ b/ash.spec
@@ -7,7 +7,7 @@ Summary(pl):    Ma
 Summary(tr):   Ufak bir bourne kabuĂ°u
 Name:          ash
 Version:       0.4.0
-Release:       2
+Release:       3
 License:       BSD
 Group:         Applications/Shells
 Group(de):     Applikationen/Shells
@@ -33,6 +33,7 @@ Patch16:      %{name}-times.patch
 Patch17:       %{name}-debian.patch
 Patch18:       %{name}-ppid.patch
 Patch19:       %{name}-freebsd.patch
+Patch20:       %{name}-sighup.patch
 Prereq:                fileutils
 Prereq:                grep
 BuildRequires: glibc-static
@@ -149,6 +150,7 @@ Version for bootdisk
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
 
 %build
 # BOOT
@@ -178,7 +180,7 @@ rm -rf $RPM_BUILD_ROOT
 # BOOT
 %if %{?BOOT:1}%{!?BOOT:0}
 install -d $RPM_BUILD_ROOT/usr/lib/bootdisk/bin
-install -s ash.BOOT $RPM_BUILD_ROOT/usr/lib/bootdisk/bin/ash
+install ash.BOOT $RPM_BUILD_ROOT/usr/lib/bootdisk/bin/ash
 ln -sf ash $RPM_BUILD_ROOT/usr/lib/bootdisk/bin/sh
 %endif
 
This page took 0.037773 seconds and 4 git commands to generate.