diff options
author | adam <adam@FreeBSD.org> | 1997-01-08 08:28:39 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1997-01-08 08:28:39 +0000 |
commit | 438b34411e977575c90ee216284f7c22cd3832c8 (patch) | |
tree | 59104cf27e9b05a47f6658bb148d7cbe23c16a3b /net/dgd-lpmud | |
parent | dcc59d601e730ca2b455bae3f5faf49c2c91a935 (diff) | |
download | FreeBSD-ports-438b34411e977575c90ee216284f7c22cd3832c8.zip FreeBSD-ports-438b34411e977575c90ee216284f7c22cd3832c8.tar.gz |
had become out of sync with reality
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r-- | net/dgd-lpmud/files/patch-ab | 50 | ||||
-rw-r--r-- | net/dgd-lpmud/scripts/configure | 2 |
2 files changed, 1 insertions, 51 deletions
diff --git a/net/dgd-lpmud/files/patch-ab b/net/dgd-lpmud/files/patch-ab deleted file mode 100644 index 082c87a..0000000 --- a/net/dgd-lpmud/files/patch-ab +++ /dev/null @@ -1,50 +0,0 @@ -*** lpmud.old Fri Oct 20 19:09:05 1995 ---- lpmud.dgd 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/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 */ ---- 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 */ -*** rundgd.old Fri Oct 20 21:42:34 1995 ---- 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.dgd >> lpmud-2.4.5/lpmud.log 2>&1 - done > /dev/null 2>&1 -*** 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 -*************** -*** 0 **** ---- 1,2 ---- -+ The 2.4.5/dgd simulation is released into the public domain by author, -+ Felix A. Croes. diff --git a/net/dgd-lpmud/scripts/configure b/net/dgd-lpmud/scripts/configure index 3c482ce..41a5730 100644 --- a/net/dgd-lpmud/scripts/configure +++ b/net/dgd-lpmud/scripts/configure @@ -1,4 +1,4 @@ -cd ${WRKDIR} +cd ${WRKDIR}/mud mv 2.4.5 lpmud-2.4.5 mv rundgd runlpmud ln -s ${PREFIX}/dgd/doc/kfun lpmud-2.4.5/doc |