From fbd3f8056e5ab171d4d77509affc9262aa7c9b81 Mon Sep 17 00:00:00 2001 From: ijackson Date: Fri, 23 Jun 2000 13:54:28 +0000 Subject: [PATCH] Test configuration --- config.pl | 6 +++--- test-grin | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100755 test-grin diff --git a/config.pl b/config.pl index c7d8cbf..d858cb6 100644 --- a/config.pl +++ b/config.pl @@ -3,16 +3,16 @@ # Written by Ian Jackson , 1999. # I hereby place this file in the public domain. -$whose= "Cambridge"; +$whose= "Testing"; $adminname= 'Ian Jackson'; -$adminemail= 'ijackson+cam-grin@chiark.greenend.org.uk'; +$adminemail= 'ijackson@chiark.greenend.org.uk'; $nameboxlen= 55; $contactboxlen= 55; $emailboxlen= 55; $nullemail= 'discard-all@chiark.greenend.org.uk'; $site= 'http://www.ucam.org'; -$whoabbrev= 'cam'; +$whoabbrev= 'test'; $home= "$site/$whoabbrev-grin/"; $cgisite= 'http://www.chiark.greenend.org.uk'; diff --git a/test-grin b/test-grin new file mode 100755 index 0000000..f1dde24 --- /dev/null +++ b/test-grin @@ -0,0 +1,13 @@ +#!/bin/sh +# Sample file for executing Cambridge G-RIN. This is what it actually +# invoked by the webserver, but of course you must edit it. +# +# Written by Ian Jackson , 1999. +# I hereby place this file in the public domain. + +set -e +umask 007 +cd /home/ijackson/things/bcp5-registry +BCP5REGISTRY_LOCKED=1 +export BCP5REGISTRY_LOCKED +exec with-lock-ex -w lockfile ./bcp5-registry.pl --cgi . . -- 2.30.2