diff options
author | adam <adam@FreeBSD.org> | 1995-10-25 14:38:49 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-10-25 14:38:49 +0000 |
commit | 9c4469e625f6f817bb63065da346161763fbafad (patch) | |
tree | 2da5fbfcd372fbdf096b94bd5fe48420d0a619c3 /net/dgd-lpmud/files | |
parent | ee8acc20fc1356b970839eebcf329ee97527d00e (diff) | |
download | FreeBSD-ports-9c4469e625f6f817bb63065da346161763fbafad.zip FreeBSD-ports-9c4469e625f6f817bb63065da346161763fbafad.tar.gz |
Previously broken port now builds, may be enabled in net/Makefile now.
Approved by: asami
Diffstat (limited to 'net/dgd-lpmud/files')
-rw-r--r-- | net/dgd-lpmud/files/patch-aa | 19 | ||||
-rw-r--r-- | net/dgd-lpmud/files/patch-ab | 51 |
2 files changed, 70 insertions, 0 deletions
diff --git a/net/dgd-lpmud/files/patch-aa b/net/dgd-lpmud/files/patch-aa new file mode 100644 index 0000000..cdd362e --- /dev/null +++ b/net/dgd-lpmud/files/patch-aa @@ -0,0 +1,19 @@ +*** room/south/sforst19.c Sun Nov 11 21:45:36 1990 +--- 2.4.5/room/south/sforst19.c Mon Sep 12 21:57:54 1994 +*************** +*** 37,43 **** + + east() + { +! call_other(this_palyer(), "move_player", "east#room/south/sforst16"); + return 1; + } + +--- 37,43 ---- + + east() + { +! call_other(this_player(), "move_player", "east#room/south/sforst16"); + return 1; + } + diff --git a/net/dgd-lpmud/files/patch-ab b/net/dgd-lpmud/files/patch-ab new file mode 100644 index 0000000..0fdbea8 --- /dev/null +++ b/net/dgd-lpmud/files/patch-ab @@ -0,0 +1,51 @@ +*** 2.4.5/lpmud.old Fri Oct 20 19:09:05 1995 +--- 2.4.5/lpmud Fri Oct 20 19:09:49 1995 +*************** +*** 1,6 **** + telnet_port = 6047; /* telnet port number */ + binary_port = 6048; /* binary port number */ +! directory = "/usr/local/mud/lib"; /* base directory (MUST be absolute) */ + users = 40; /* max # of users */ + editors = 41; /* max # of editor sessions */ + ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */ +--- 1,6 ---- + telnet_port = 6047; /* telnet port number */ + binary_port = 6048; /* binary port number */ +! directory = "/usr/local/dgd/lpmud-2.4.5"; /* base directory (MUST be absolute) */ + users = 40; /* max # of users */ + editors = 41; /* max # of editor sessions */ + ed_tmpfile = "../tmp/ed"; /* proto editor tmpfile */ +*** 2.4.5/rundgd.old Fri Oct 20 21:42:34 1995 +--- 2.4.5/rundgd Fri Oct 20 21:48:49 1995 +*************** +*** 1,10 **** + #!/bin/sh + + passwd=HNAMEPASS + while true + do +! mv 2.4.5/lpmud.log 2.4.5/lpmud.log.old +! date > 2.4.5/lpmud.log +! hname 6047 $passwd & +! src/a.out src/lpmud >> 2.4.5/lpmud.log 2>&1 + done > /dev/null 2>&1 +--- 1,11 ---- + #!/bin/sh + + passwd=HNAMEPASS ++ cd /usr/local/dgd + while true + do +! mv lpmud-2.4.5/lpmud.log lpmud-2.4.5/lpmud.log.old +! date > lpmud-2.4.5/lpmud.log +! ./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 +*************** +*** 1 **** +! The 2.4.5 simulation is released into the public domain. +--- 1,2 ---- +! The 2.4.5 simulation is released into the public domain by author, +! Felix A. Croes. |