summaryrefslogtreecommitdiff
path: root/shells/bash/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /shells/bash/files
parentYipes, committed the wrong one. This is the INDEX file for 3.1R. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'shells/bash/files')
-rw-r--r--shells/bash/files/patch-aa21
-rw-r--r--shells/bash/files/patch-ab19
2 files changed, 0 insertions, 40 deletions
diff --git a/shells/bash/files/patch-aa b/shells/bash/files/patch-aa
deleted file mode 100644
index 16d0302debad..000000000000
--- a/shells/bash/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-*** doc/Makefile.in.bak Fri Jan 31 00:12:33 1997
---- doc/Makefile.in Sat Jun 28 02:23:01 1997
-***************
-*** 155,161 ****
- -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
- # run install-info if it is present to update the info directory
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-! install-info --dir-file=$(infodir)/dir $(infodir)/bash.info; \
- else true; fi
-
- uninstall:
---- 155,163 ----
- -$(INSTALL_DATA) $(srcdir)/bashref.info $(infodir)/bash.info
- # run install-info if it is present to update the info directory
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-! install-info \
-! --defentry="* BASH: (bash). Bash Reference Manual." \
-! --dir-file=$(infodir)/dir $(infodir)/bash.info; \
- else true; fi
-
- uninstall:
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab
deleted file mode 100644
index 46c5e4f858c3..000000000000
--- a/shells/bash/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.in.bak Wed Dec 18 22:57:21 1996
---- Makefile.in Fri Dec 27 14:20:11 1996
-***************
-*** 499,505 ****
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL_PROGRAM) bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \
---- 499,505 ----
-
- install: .made installdirs
- $(INSTALL_PROGRAM) $(Program) $(bindir)/$(Program)
-! $(INSTALL) -m 555 bashbug $(bindir)/bashbug
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
- man1dir=$(man1dir) man1ext=$(man1ext) \
- man3dir=$(man3dir) man3ext=$(man3ext) \