From be6b2a6073e16457bf1c16eada5eb4d7ef4f5743 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 19 Oct 2009 14:57:19 +0000 Subject: [PATCH] Fix wrong spooldir in example config file. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@504 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- examples/dgamelaunch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dgamelaunch.conf b/examples/dgamelaunch.conf index 9684852..0c203e5 100644 --- a/examples/dgamelaunch.conf +++ b/examples/dgamelaunch.conf @@ -212,7 +212,7 @@ DEFINE { game_args = "/nh343/nethack", "-u", "%n" - spooldir = "/var/mail/" + spooldir = "/mail/" rc_template = "/dgl-default-rcfile.nh343" rc_fmt = "%ruserdata/%n/%n.nh343rc"