summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2013-12-21 17:14:40 +0100
committerMartin Quinson <martin.quinson@loria.fr>2013-12-21 17:14:40 +0100
commit8d5565a9726236eb6779c99b122ad400c3601b7e (patch)
treec71acdf2d631b9eabbe6e3e0b5afba0e413ded95 /quilt.changes
parentff1a59bd27103908a139e7ccf652fc41ab49b9d9 (diff)
downloadquilt-8d5565a9726236eb6779c99b122ad400c3601b7e.tar.gz
bin/patch-wrapper.in: Die with an informative message when /proc is not mounted
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index b63bbbf..1b203b2 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,3 +1,10 @@
+Sat Dec 21 17:00:57 CET 2013 - mquinson@debian.org
+
+- bin/patch-wrapper.in: Die with an informative message when /proc is
+ not mounted, as it is often the case within a chroot. /proc is
+ mandated to to retrieve the cwd and other informations. Without this
+ patch, the script was dying with a cryptic message in this situation.
+
-------------------------------------------------------------------
Sun Dec 8 23:32:16 CET 2013 - mquinson@debian.org