aboutsummaryrefslogtreecommitdiff
path: root/games/linux-defcon/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'games/linux-defcon/pkg-message')
-rw-r--r--games/linux-defcon/pkg-message9
1 files changed, 6 insertions, 3 deletions
diff --git a/games/linux-defcon/pkg-message b/games/linux-defcon/pkg-message
index 1ab3cd59445c..c268e17949c5 100644
--- a/games/linux-defcon/pkg-message
+++ b/games/linux-defcon/pkg-message
@@ -1,4 +1,6 @@
-======================================================================
+[
+{ type: install
+ message: <<EOM
This game will attempt to obtain some system information by
accessing files in linux's procfs. You must install the Linux
emulation procfs filesystem for this to work correctly. This can be
@@ -10,5 +12,6 @@ and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
-
-======================================================================
+EOM
+}
+]