--- loncom/loncron 2001/01/10 17:49:56 1.14 +++ loncom/loncron 2001/01/10 18:47:35 1.15 @@ -60,7 +60,7 @@ ENDERROUT # --------------------------------------- Make sure that LON-CAPA is configured # I only test for one thing here (lonHostID). This is just a safeguard. if ('{[[[[lonHostID]]]]}' eq $perlvar{'lonHostID'}) { - print("User ID mismatch. This program must be run as user 'www'\n"); + print("Unconfigured machine.\n"); $emailto=$perlvar{'lonSysEMail'}; $hostname=`/bin/hostname`; chop $hostname;