summaryrefslogtreecommitdiff
path: root/debian/patches/deb-examples.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/deb-examples.dpatch')
-rwxr-xr-xdebian/patches/deb-examples.dpatch15
1 files changed, 8 insertions, 7 deletions
diff --git a/debian/patches/deb-examples.dpatch b/debian/patches/deb-examples.dpatch
index f41d553..f951fa5 100755
--- a/debian/patches/deb-examples.dpatch
+++ b/debian/patches/deb-examples.dpatch
@@ -17,14 +17,15 @@ exit 0
# DP: document readline header location on Debian systems
-diff -u ./examples/loadables/README.orig ./examples/loadables/README
---- ./examples/loadables/README.orig Thu May 7 20:31:34 1998
-+++ ./examples/loadables/README Thu Nov 11 20:32:57 1999
-@@ -31,3 +31,6 @@
- the canonical example. There is no real `builtin writers' programming
+--- bash/examples/loadables/README~ 2006-12-04 10:21:13.000000000 +0000
++++ bash/examples/loadables/README 2006-12-04 10:23:05.000000000 +0000
+@@ -32,6 +32,9 @@
guide'. The file template.c provides a template to use for creating
new loadable builtins.
-+
+
+On Debian GNU/Linux systems, the bash headers are in /usr/include/bash.
+The appropriate options are already set in the example Makefile.
-
++
+ basename.c Return non-directory portion of pathname.
+ cat.c cat(1) replacement with no options - the way cat was intended.
+ cut.c cut(1) replacement.