Changes between Version 3 and Version 4 of LiveServer
- Timestamp:
- 07/19/10 13:57:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LiveServer
v3 v4 41 41 # make install clean 42 42 }}} 43 44 === lynx === 45 46 For apachectl status: 47 {{{ 48 $ apachectl status 49 lynx: 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