aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordancer <dancer>2004-03-13 02:58:31 +0000
committerdancer <dancer>2004-03-13 02:58:31 +0000
commit7893ec7ca442dfc7cd58271e2be594e2c6c5a414 (patch)
tree6f15a9e0ebf1555cbaa4deca95d25179586fddd1 /examples
parente4cf518cbd319f9efd49d493f564aa15cef2ffab (diff)
downloadpbuilder-7893ec7ca442dfc7cd58271e2be594e2c6c5a414.tar
pbuilder-7893ec7ca442dfc7cd58271e2be594e2c6c5a414.tar.gz
update testsuite and verify that it works.
Diffstat (limited to 'examples')
-rw-r--r--examples/E50-libc2.3.2.ds1-11-workaround9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/E50-libc2.3.2.ds1-11-workaround b/examples/E50-libc2.3.2.ds1-11-workaround
new file mode 100644
index 0000000..350e79a
--- /dev/null
+++ b/examples/E50-libc2.3.2.ds1-11-workaround
@@ -0,0 +1,9 @@
+#!/bin/sh
+# work around libc6 postinst which mounts /sys etc.
+set +e
+umount /sys
+umount /proc/bus/usb
+umount /dev/shm
+
+exit 0
+