From f9a2efa2d6e42c14b43f93d1256ca4c4065c3bd4 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 3 Jul 2001 17:16:16 +0000 Subject: [PATCH] - release 3, - 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ash.spec b/ash.spec index 84b8c9c..44dc850 100644 --- 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 -- 2.44.0