ossp-pkg/tabea/tabea.cfg  1.3 -> 1.4
--- tabea.cfg    2002/07/09 15:08:28     1.3
+++ tabea.cfg    2002/07/16 14:49:34     1.4
@@ -3,15 +3,15 @@
 ##
 
 TabeaUser        tabea
-BaseDir          ./
+BaseDir          ./                 # must end with '/'
 ConfigDir        tabea.d
 ConfigDefault    default            # default
-ExecuteCommand   /usr/local/bin/sudo cat %{profile}%
 ExecuteTempFile  runout.txt
 PasswdFile       tabea.pw
 ConfigDefault    default
+ExecuteCommand   /usr/local/bin/sudo cat %{profile}%
 #ExecuteCommand   sudo js_prepare -f %{profile}
-PageTemplate     tabea.page.html %%TITLE%% %%BODY%% 
-PasswdFile       tabea.pw       
-Logging          yes            # loggin yes or no
+PageTemplate     tabea.html 
+StdHeader        Tabea Header
+Logging          yes            # logging yes or no
 LogFile          tabea.log
 |   
 |