From: Peep P. <so...@us...> - 2004-06-07 15:32:41
|
Update of /cvsroot/agd/server In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6088 Modified Files: README.ARCH README Log Message: Changed e-mail address. Index: README =================================================================== RCS file: /cvsroot/agd/server/README,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- README 1 Apr 2004 19:17:12 -0000 1.7 +++ README 7 Jun 2004 15:32:31 -0000 1.8 @@ -1,8 +1,8 @@ -------------------------------------- Adventure Game Driver - 0.0.3, March 30, 2004 + 0.0.3, 4th June, 2004 http://agd.sf.net - Peep Pullerits <so...@es...> + Peep Pullerits <pe...@li...> -------------------------------------- This is a small LPMUD driver, intended to run graphical MUDs @@ -16,6 +16,9 @@ Follow the instructions in the INSTALL file that came with this package. +* Running as root. +Just don't. (i.e. <insert discussion here>) + * Bugs. This is an alpha release. As such, it most probably is full of bugs. Index: README.ARCH =================================================================== RCS file: /cvsroot/agd/server/README.ARCH,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README.ARCH 12 Mar 2004 08:32:10 -0000 1.1 +++ README.ARCH 7 Jun 2004 15:32:31 -0000 1.2 @@ -1,7 +1,7 @@ If you have been directed to this file by AGD, it means that it doesn't understand your computer architecture (operating system / hardware). If this happens, I would be happy if you sent me some details about your machine, so I can support it. -You should send an e-mail to so...@es... with the following information: +You should send an e-mail to agd...@li... with the following information: * The output of `uname -a` (the name and version of your operating system) * The version of your C compiler (`gcc -v` and `gcc --version`, or cc if you don't have gcc) * Macros that your C compiler predefines |