Disable !-command to escape to a shell. You are supposed to play, press
authortobias <tobias@openbsd.org>
Fri, 16 Oct 2015 07:37:46 +0000 (07:37 +0000)
committertobias <tobias@openbsd.org>
Fri, 16 Oct 2015 07:37:46 +0000 (07:37 +0000)
^Z, or open up another terminal if there is something else to do.

ok deraadt

games/hack/config.h
games/hack/hh

index f53085d..012d5fe 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: config.h,v 1.12 2015/01/19 15:30:52 krw Exp $ */
+/*     $OpenBSD: config.h,v 1.13 2015/10/16 07:37:46 tobias Exp $ */
 /* *   $NetBSD: config.h,v 1.3 1995/03/23 08:29:15 cgd Exp $*/
 
 /*
 #define        MAILCKFREQ      100     
 
 
-#define SHELL          /* do not delete the '!' command */
+/* #define SHELL */            /* do not delete the '!' command */
 
 #define        SUSPEND         /* let ^Z suspend the game */
 #endif /* UNIX */
index d777102..2b30b00 100644 (file)
@@ -9,7 +9,7 @@ b j n           f<dir>: fast movement in direction <dir>
 Meta commands:
 Q      quit    leave the game
 S      save    save the game (to be continued later)
-!      sh      escape to some SHELL
+!      sh      escape to some SHELL; disabled by default
 ^Z     suspend suspend the game (independent of your current suspend char)
 O      set     set options
 ?      help    print information