summaryrefslogtreecommitdiff
path: root/net/dgd/files/patch-mud.dgd
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2011-08-03 06:31:02 +0000
committerGreg Lewis <glewis@FreeBSD.org>2011-08-03 06:31:02 +0000
commitedef6526c7fd2c2f74a4710eb3cd66d86bb10c59 (patch)
tree11c37cd1f20666390b84ec16f5ee059429c47d61 /net/dgd/files/patch-mud.dgd
parent. s/function/funcname/ where function was used as a variable name since (diff)
. Update to 1.4.11.
. Add an OPTIONS setting to turn on function pointer support.
Notes
Notes: svn path=/head/; revision=278847
Diffstat (limited to 'net/dgd/files/patch-mud.dgd')
-rw-r--r--net/dgd/files/patch-mud.dgd6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/dgd/files/patch-mud.dgd b/net/dgd/files/patch-mud.dgd
index f9807d2b7589..0e8b2ea40cfb 100644
--- a/net/dgd/files/patch-mud.dgd
+++ b/net/dgd/files/patch-mud.dgd
@@ -1,7 +1,7 @@
$FreeBSD$
---- mud.dgd.orig 2010-02-20 08:46:29.000000000 -0800
-+++ mud.dgd 2010-02-20 08:47:38.000000000 -0800
+--- 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 @@
telnet_port = 6047; /* telnet port number */
binary_port = 6048; /* binary port number */
@@ -9,7 +9,7 @@ $FreeBSD$
+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) */
+ 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 */