diff options
Diffstat (limited to 'net/dgd/patches/patch-ab')
-rw-r--r-- | net/dgd/patches/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/dgd/patches/patch-ab b/net/dgd/patches/patch-ab new file mode 100644 index 00000000000..d27ff580f86 --- /dev/null +++ b/net/dgd/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/04/25 15:19:37 tron Exp $ + +--- ../mud.dgd.orig Thu Mar 4 15:54:52 1999 ++++ ../mud.dgd Tue Apr 23 12:23:17 2002 +@@ -2,3 +2,4 @@ + binary_port = 6048; /* binary port number */ +-directory = "/home/dworkin/dgd/mud";/* base directory (MUST be absolute) */ ++directory = "@PREFIX@/libdata/dgd/mud"; ++ /* base directory (MUST be absolute) */ + users = 40; /* max # of users */ |