| 
Check-in Number:
 | 
  2264 |  | 
| Date: | 
  2002-Jul-09 17:08:28 (local)
   2002-Jul-09 15:08:28 (UTC) | 
| User: | ps | 
| Branch: |  | 
| Comment: | 
Appended logging options | 
| Tickets: | 
 | 
| Inspections: | 
 | 
| Files: | 
 | 
ossp-pkg/tabea/tabea.cfg  1.2 -> 1.3
--- tabea.cfg    2002/05/17 18:34:13     1.2
+++ tabea.cfg    2002/07/09 15:08:28     1.3
@@ -1,10 +1,17 @@
-##
-##  tabea.cfg -- Tabea Configuration
-##
-
-ConfigDirectory  tabea.d
-PasswdFile       tabea.pw
-ConfigDefault    default
-ExecuteCommand   sudo js_prepare -f %{profile}
-PageTemplate     tabea.page.html %%TITLE%% %%BODY%% 
-
+##
+##  tabea.cfg -- Tabea Configuration
+##
+
+TabeaUser        tabea
+BaseDir          ./
+ConfigDir        tabea.d
+ConfigDefault    default            # default
+ExecuteCommand   /usr/local/bin/sudo cat %{profile}%
+ExecuteTempFile  runout.txt
+PasswdFile       tabea.pw
+ConfigDefault    default
+#ExecuteCommand   sudo js_prepare -f %{profile}
+PageTemplate     tabea.page.html %%TITLE%% %%BODY%% 
+PasswdFile       tabea.pw       
+Logging          yes            # loggin yes or no
+LogFile          tabea.log
 |   
 |