summaryrefslogtreecommitdiffstats
path: root/net/dgd-lpmud/files
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1996-06-16 15:45:35 +0000
committeradam <adam@FreeBSD.org>1996-06-16 15:45:35 +0000
commitb2f95a5e20a2b94eaa0c37f80f269073288deff3 (patch)
tree5739b6139204fab41d36c274f2d0417b78eaef17 /net/dgd-lpmud/files
parentd5d1867ce42ba90870df0ae48b5e74cb1da7ac51 (diff)
downloadFreeBSD-ports-b2f95a5e20a2b94eaa0c37f80f269073288deff3.zip
FreeBSD-ports-b2f95a5e20a2b94eaa0c37f80f269073288deff3.tar.gz
distribution file changed
Diffstat (limited to 'net/dgd-lpmud/files')
-rw-r--r--net/dgd-lpmud/files/Makefile.bin4
-rw-r--r--net/dgd-lpmud/files/patch-ab33
2 files changed, 11 insertions, 26 deletions
diff --git a/net/dgd-lpmud/files/Makefile.bin b/net/dgd-lpmud/files/Makefile.bin
index e3e5895..d24d17f 100644
--- a/net/dgd-lpmud/files/Makefile.bin
+++ b/net/dgd-lpmud/files/Makefile.bin
@@ -1,7 +1,7 @@
all: oconv hname
-oconv: convert.c
- cc -o oconv convert.c
+oconv: oconv.c
+ cc -o oconv oconv.c
hname: hname.c
cc -o hname hname.c
diff --git a/net/dgd-lpmud/files/patch-ab b/net/dgd-lpmud/files/patch-ab
index 0d3a376..cc91a93 100644
--- a/net/dgd-lpmud/files/patch-ab
+++ b/net/dgd-lpmud/files/patch-ab
@@ -1,5 +1,5 @@
-*** 2.4.5/lpmud.old Fri Oct 20 19:09:05 1995
---- 2.4.5/lpmud Fri Oct 20 19:09:49 1995
+*** lpmud.old Fri Oct 20 19:09:05 1995
+--- lpmud Fri Oct 20 19:09:49 1995
***************
*** 1,6 ****
telnet_port = 6047; /* telnet port number */
@@ -15,22 +15,8 @@
users = 40; /* max # of users */
editors = 41; /* max # of editor sessions */
ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */
-***************
-*** 20,30 ****
- driver_object = "/dgd/sys/driver"; /* driver object */
- create = "_F_create"; /* name of create function */
-
-- value_stack = 950; /* value stack */
-- reserved_vstack = 50; /* reserved function call stack */
-- call_stack = 40; /* function call stack */
-- reserved_cstack = 10; /* reserved function call stack */
-- max_cost = 200000; /* max execution cost */
- array_size = 1000; /* max array size */
- objects = 1000; /* max # of objects */
- call_outs = 1200; /* max # of call_outs */
---- 20,25 ----
-*** 2.4.5/rundgd.old Fri Oct 20 21:42:34 1995
---- 2.4.5/rundgd Fri Oct 20 21:48:49 1995
+*** rundgd.old Fri Oct 20 21:42:34 1995
+--- rundgd Fri Oct 20 21:48:49 1995
***************
*** 1,10 ****
#!/bin/sh
@@ -55,11 +41,10 @@
! ./bin/hname 6047 $passwd &
! ./bin/driver lpmud >> lpmud-2.4.5/lpmud.log 2>&1
done > /dev/null 2>&1
-*** 2.4.5/Copyright.old Fri Oct 20 22:40:15 1995
---- 2.4.5/Copyright Fri Oct 20 22:41:47 1995
+*** 2.4.5/dgd/Copyright.old Fri Oct 20 22:40:15 1995
+--- 2.4.5/dgd/Copyright Fri Oct 20 22:41:47 1995
***************
-*** 1 ****
-! The 2.4.5 simulation is released into the public domain.
+*** 0 ****
--- 1,2 ----
-! The 2.4.5 simulation is released into the public domain by author,
-! Felix A. Croes.
++ The 2.4.5/dgd simulation is released into the public domain by author,
++ Felix A. Croes.
OpenPOWER on IntegriCloud