Changes between Version 3 and Version 4 of LiveServer


Ignore:
Timestamp:
07/19/10 13:57:33 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v3 v4  
    4141# make install clean 
    4242}}} 
     43 
     44=== lynx === 
     45 
     46For apachectl status: 
     47{{{ 
     48$ apachectl status 
     49lynx: not found 
     50}}} 
     51 
     52{{{ 
     53# cd /usr/ports/www/lynx  
     54# make config 
     55  [X] SSL             SSL support 
     56  [X] DEFAULT_COLORS  Colors support 
     57  [ ] IPV6            IPv6 support 
     58  [X] NLS             Native language support 
     59# make install clean 
     60}}} 
     61 
     62=== rsync === 
     63{{{ 
     64# cd /usr/ports/net/rsync/ 
     65# make config 
     66# make install clean 
     67}}} 
     68 
     69=== subversion === 
     70{{{ 
     71# cd /usr/ports/devel/subversion/ 
     72# make config 
     73# make install clean 
     74}}} 
     75