summaryrefslogtreecommitdiff
path: root/debian/patches/32misc_minor_fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/32misc_minor_fixes.patch')
-rw-r--r--debian/patches/32misc_minor_fixes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/32misc_minor_fixes.patch b/debian/patches/32misc_minor_fixes.patch
new file mode 100644
index 0000000..5d1dc1c
--- /dev/null
+++ b/debian/patches/32misc_minor_fixes.patch
@@ -0,0 +1,13 @@
+Author: <hesso@pool.math.tu-berlin.de>
+Description: Remove an unconditional nethack message. (# 512299)
+--- a/attacher.c
++++ b/attacher.c
+@@ -629,7 +629,7 @@
+ {
+ fcntl(0, F_SETFL, 0);
+ SetTTY(0, &attach_Mode);
+- printf("\nSuddenly the Dungeon collapses!! - You die...\n");
++ printf("\nError: Cannot find master process to attach to!\n");
+ eexit(1);
+ }
+ #ifdef BSDJOBS