[Lisppaste-cvs] CVS update: lisppaste2/variable.lisp

Erik Enge eenge at common-lisp.net
Mon Nov 3 17:35:51 UTC 2003


Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/tmp/cvs-serv9660

Modified Files:
	variable.lisp 
Log Message:
using localhost as default

Date: Mon Nov  3 12:35:51 2003
Author: eenge

Index: lisppaste2/variable.lisp
diff -u lisppaste2/variable.lisp:1.1.1.1 lisppaste2/variable.lisp:1.2
--- lisppaste2/variable.lisp:1.1.1.1	Mon Nov  3 12:17:53 2003
+++ lisppaste2/variable.lisp	Mon Nov  3 12:35:51 2003
@@ -1,4 +1,4 @@
-;;;; $Id: variable.lisp,v 1.1.1.1 2003/11/03 17:17:53 eenge Exp $
+;;;; $Id: variable.lisp,v 1.2 2003/11/03 17:35:51 eenge Exp $
 ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/variable.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -8,7 +8,7 @@
 (defparameter *internal-http-port* 8081
   "Port lisppaste will listen on for WWW requests.")
 
-(defparameter *paste-site-name* "common-lisp.net"
+(defparameter *paste-site-name* "localhost"
   "Website we are running on (used for creating links).")
 
 (defparameter *paste-url*





More information about the Lisppaste-cvs mailing list