aboutsummaryrefslogtreecommitdiff
path: root/net/dgd-lpmud/files
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1996-06-16 15:45:35 +0000
committerAdam David <adam@FreeBSD.org>1996-06-16 15:45:35 +0000
commitd74ae8f2aa49c8202e6136c2e6f3c0398124cd92 (patch)
tree5241368fc64e8d5d372a0827c220877c08e5ef73 /net/dgd-lpmud/files
parentb1b6507a4960a6b5707cbc3f01cc10e440449925 (diff)
Notes
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 e3e5895ae59a..d24d17fcebae 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 0d3a376665a0..cc91a93c6889 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.