~ chicken-core (chicken-5) dad433092338464027b2f30b47e4b099b9b76d92


commit dad433092338464027b2f30b47e4b099b9b76d92
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri May 14 15:01:17 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri May 14 15:01:17 2010 +0200

    trivial henrietta changes

diff --git a/scripts/henrietta.cgi b/scripts/henrietta.cgi
index cfef0e85..a04e14f6 100644
--- a/scripts/henrietta.cgi
+++ b/scripts/henrietta.cgi
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+# example settings used on galinha - change these for other machines
 export HENRIETTA=/home/chicken/henrietta
 export EGG_REPOSITORY=https://localhost/svn/chicken-eggs/release/4
 export LOGFILE=/home/chicken/henrietta.log
diff --git a/scripts/henrietta.scm b/scripts/henrietta.scm
index 5fdbfc52..4f5e2a03 100644
--- a/scripts/henrietta.scm
+++ b/scripts/henrietta.scm
@@ -1,6 +1,6 @@
 ;;;; henrietta.scm - Server program (CGI) for serving eggs from a repository over HTTP
 ;
-; Copyright (c) 2008-2009, The Chicken Team
+; Copyright (c) 2008-2010, The Chicken Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
Trap