Changeset 292
- Timestamp:
 - Jun 30, 2009, 5:32:59 PM (16 years ago)
 - Location:
 - branches/samba-3.0/source/web
 - Files:
 - 
      
- 2 edited
 
- 
          
  startstop.c (modified) (1 diff)
 - 
          
  swat.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/samba-3.0/source/web/startstop.c
r172 r292 21 21 #ifdef __OS2__ 22 22 #include "process.h" 23 #define SWAT_HELPER(WHAT, WHO) slprintf(binfile, sizeof(pstring) - 1, " swathelp.cmd"); \23 #define SWAT_HELPER(WHAT, WHO) slprintf(binfile, sizeof(pstring) - 1, "%s/swathelp.cmd", getcwd(NULL, _MAX_PATH)); \ 24 24 int rc; \ 25 25 rc=spawnl(P_NOWAIT, binfile, binfile, #WHAT, #WHO, NULL);  - 
      
branches/samba-3.0/source/web/swat.c
r165 r292 1384 1384 load_printers(); 1385 1385 1386 #ifndef __OS2__ 1386 1387 cgi_setup(dyn_SWATDIR, !demo_mode); 1388 #else 1389 fstring path; 1390 fstrcpy(path, getcwd(NULL, _MAX_PATH)); 1391 fstrcat(path, "/swat"); 1392 cgi_setup(path, !demo_mode); 1393 #endif 1387 1394 1388 1395 print_header();  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  