aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5224c9d..e49ba9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
pbuilder (0.24) unstable; urgency=low
- * (not yet released) FIXME
* hooks support is in place for build target now. Read pbuilder.1
- for details. Adding C00bash, which contains a line calling "bash"
- will allow running bash inside the chroot.
- (closes: #134757)
+ for details. Adding C00bash, which contains a line calling
+ #!/bin/bash
+ bash < /dev/tty
+ will allow running bash inside the chroot. (closes: #134757)
-- Junichi Uekawa <dancer@debian.org> Sun, 24 Feb 2002 20:37:35 +0900