From: Pasi Kallinen Date: Mon, 19 Oct 2009 14:57:19 +0000 (+0000) Subject: Fix wrong spooldir in example config file. X-Git-Tag: v1.6.1-roc-dev~204 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=be6b2a6073e16457bf1c16eada5eb4d7ef4f5743;p=dgamelaunch Fix wrong spooldir in example config file. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@504 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- 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"