diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /shells/bash1/files/patch-ak | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes:
svn path=/head/; revision=129234
Diffstat (limited to 'shells/bash1/files/patch-ak')
-rw-r--r-- | shells/bash1/files/patch-ak | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/bash1/files/patch-ak b/shells/bash1/files/patch-ak deleted file mode 100644 index db1ef8527ed3..000000000000 --- a/shells/bash1/files/patch-ak +++ /dev/null @@ -1,13 +0,0 @@ -*** ./trap.c.orig Wed Nov 17 18:36:19 1999 ---- ./trap.c Wed Nov 17 18:36:29 1999 -*************** restore_original_signals () -*** 556,563 **** - { - register int i; - -- reset_terminating_signals (); /* in shell.c */ -- - if (sigmodes[0] & SIG_TRAPPED) - { - free_trap_command (0); ---- 556,561 ---- |