diff options
author | adam <adam@FreeBSD.org> | 1997-01-16 11:48:01 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1997-01-16 11:48:01 +0000 |
commit | c0691cdcc9ccf70068373e53e2e5aa2a63eadcd7 (patch) | |
tree | 732941a8fde2979aa87a3740e8e0fef8c0d69f92 /net/dgd-lpmud | |
parent | 01d4cef29aeaf78a56753dd3152f404310917264 (diff) | |
download | FreeBSD-ports-c0691cdcc9ccf70068373e53e2e5aa2a63eadcd7.zip FreeBSD-ports-c0691cdcc9ccf70068373e53e2e5aa2a63eadcd7.tar.gz |
preconfigure the run files
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r-- | net/dgd-lpmud/files/patch-ab | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/net/dgd-lpmud/files/patch-ab b/net/dgd-lpmud/files/patch-ab new file mode 100644 index 0000000..ec90d27 --- /dev/null +++ b/net/dgd-lpmud/files/patch-ab @@ -0,0 +1,44 @@ +*** rundgd.old Thu Jan 16 03:13:15 1997 +--- rundgd Thu Jan 16 03:28:42 1997 +*************** +*** 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 & +! driver lpmud.dgd >> 2.4.5/lpmud.log 2>&1 + done > /dev/null 2>&1 +--- 1,11 ---- + #!/bin/sh + ++ dgd=/usr/local/dgd ++ cd $dgd/lpmud-2.4.5 + passwd=HNAMEPASS + while true + do +! mv lpmud.log lpmud.log.old +! date > lpmud.log +! $dgd/bin/hname 6047 $passwd & +! $dgd/bin/driver $dgd/lpmud.dgd >> lpmud.log 2>&1 + done > /dev/null 2>&1 +*** lpmud.dgd.old Thu Jan 16 03:10:34 1997 +--- lpmud.dgd Thu Jan 16 03:13:00 1997 +*************** +*** 1,6 **** + telnet_port = 2000; /* telnet port number */ + binary_port = 1999; /* 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 = 2000; /* telnet port number */ + binary_port = 1999; /* 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 */ |