Changeset 8098


Ignore:
Timestamp:
07/09/10 10:34:36 (23 months ago)
Author:
AndrewJones
Message:

Item9169: assume lighttpd is on PATH, rather than in /usr/sbin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/tools/lighttpd.pl

    r7837 r8098  
    9999print "************************************************************\n"; 
    100100print "Foswiki Development Server\n"; 
    101 system('/usr/sbin/lighttpd -v 2>/dev/null'); 
     101system('lighttpd -v 2>/dev/null'); 
    102102print "Server root: $foswiki_core\n"; 
    103103print "************************************************************\n"; 
     
    109109 
    110110# execute lighttpd 
    111 system("/usr/sbin/lighttpd -f $conffile -D"); 
     111system("lighttpd -f $conffile -D"); 
    112112 
    113113# finalize 
Note: See TracChangeset for help on using the changeset viewer.