diff options
Diffstat (limited to 'net/dgd-lpmud/files/patch-lpmud.dgd')
-rw-r--r-- | net/dgd-lpmud/files/patch-lpmud.dgd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/dgd-lpmud/files/patch-lpmud.dgd b/net/dgd-lpmud/files/patch-lpmud.dgd new file mode 100644 index 000000000000..b9238d5f6369 --- /dev/null +++ b/net/dgd-lpmud/files/patch-lpmud.dgd @@ -0,0 +1,23 @@ +--- lpmud.dgd.orig 2009-07-03 22:33:04.000000000 -0700 ++++ lpmud.dgd 2009-07-03 22:34:31.000000000 -0700 +@@ -1,10 +1,10 @@ + telnet_port = 2000; /* telnet port number */ + binary_port = 1999; /* binary port number */ +-directory = "/usr/local/mud/2.4.5";/* base directory (MUST be absolute) */ ++directory = "%%DATADIR%%/lpmud";/* base directory (MUST be absolute) */ + users = 40; /* max # of users */ + editors = 41; /* max # of editor sessions */ + ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */ +-swap_file = "../tmp/swap"; /* swap file */ ++swap_file = "../tmp/dgd-lpmud.swap";/* swap file */ + swap_size = 20960; /* # sectors in swap file */ + cache_size = 100; /* # sectors in swap cache */ + sector_size = 1024; /* swap sector size */ +@@ -12,6 +12,7 @@ + static_chunk = 64512; /* static memory chunk */ + dynamic_chunk = 261120; /* dynamic memory chunk */ + dump_file = "../dump"; /* state dump file */ ++dump_interval = 3600; /* dump interval in seconds */ + + typechecking = 0; /* global typechecking */ + include_file = "/dgd/include/auto.h"; /* standard include file */ |