From 2eb10e01dc8ca9f2a76b1e72e6ede92be0c9ac6c Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 25 Jan 2008 22:00:20 +0000 Subject: [PATCH] use a valid PLC_ROOT_USER account and for now set PLC_MAIL_SUPPORT_ADDRESS to build@lists.planet-lab.org --- system/selftest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/selftest b/system/selftest index 47b72f8..bb48374 100755 --- a/system/selftest +++ b/system/selftest @@ -31,13 +31,13 @@ echo "e PLC_NAME" >> $config echo "selftest" >> $config echo "e PLC_ROOT_USER" >> $config -echo "selftest" >> $config +echo "root@localhost.localdomain" >> $config echo "e PLC_MAIL_ENABLED" >> $config echo 0 >> $config echo "e PLC_MAIL_SUPPORT_ADDRESS" >> $config -echo "mef@cs.princeton.edu" >> $config +echo "build@lists.planet-lab.org" >> $config echo "e PLC_DB_HOST" >> $config echo $SELF_HOST >> $config -- 2.47.0