aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/execute_installtest.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/execute_installtest.sh b/examples/execute_installtest.sh
index b8bd4cb..bf11f73 100755
--- a/examples/execute_installtest.sh
+++ b/examples/execute_installtest.sh
@@ -10,9 +10,31 @@
# This will install a package using APT and see if that fails.
+
+
set -ex
echo 'nobody@nowhere' > /etc/mailname
apt-get install -y "$1" < /dev/null
+
+
+# known bugs according to Christian Perrier.
+
+# anacron MQ 134017
+# Base-passwd CP 184979
+
+# exim 86210
+# Kernel-package 115884
+# Sendmail CP ?
+# wvdial CP 219151
+
+# Nessusd CP 191925
+# Libssl0.9.7 ?
+
+# php4 122353
+# seyon 147269
+
+
+