diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2012-09-02 20:15:11 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2012-09-02 20:15:11 +0000 |
commit | e9138843f2fa6294df012c57563693f2e7266aa9 (patch) | |
tree | 91a55e13b906e95c12194b549f2b186e8a49580b /net/dgd/files/patch-mud.dgd | |
parent | - Update to 20120821 (diff) |
. Update to 1.4.15.
Diffstat (limited to 'net/dgd/files/patch-mud.dgd')
-rw-r--r-- | net/dgd/files/patch-mud.dgd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/dgd/files/patch-mud.dgd b/net/dgd/files/patch-mud.dgd index 0e8b2ea40cfb..f2e83f10608c 100644 --- a/net/dgd/files/patch-mud.dgd +++ b/net/dgd/files/patch-mud.dgd @@ -1,15 +1,14 @@ $FreeBSD$ ---- mud.dgd.orig 2011-07-28 04:59:26.000000000 -0700 -+++ mud.dgd 2011-07-30 00:24:57.000000000 -0700 -@@ -1,11 +1,11 @@ +--- mud.dgd.orig 2012-08-31 04:40:34.000000000 -0700 ++++ mud.dgd 2012-09-02 12:04:01.000000000 -0700 +@@ -1,10 +1,10 @@ telnet_port = 6047; /* telnet port number */ binary_port = 6048; /* binary port number */ -directory = "/home/dworkin/dgd/mud";/* base directory (MUST be absolute) */ +directory = "%%DATADIR%%/mud"; /* base directory (MUST be absolute) */ users = 40; /* max # of users */ editors = 40; /* max # of editor sessions */ - ports = 16; /* max number of open ports (for network extensions) */ ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */ -swap_file = "../tmp/swap"; /* swap file */ +swap_file = "../tmp/dgd.swap"; /* swap file */ |