Changes between Version 10 and Version 11 of FreeBSD10_Guide
- Timestamp:
- Aug 19, 2014, 7:31:52 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD10_Guide
v10 v11 33 33 (You may also wish to add ''ntpd_enable="YES"'' to /etc/rc.conf) 34 34 35 == A.2 Install Subversion and Ports==35 === A.2 Install Subversion and Ports === 36 36 37 37 Subversion is installed as a package: … … 75 75 build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10) 76 76 77 === A.5. OPTIONAL, every developer has his own preferences, these are mine === 78 build# make -C /usr/ports/editors/vim-lite install clean BATCH=yes 79 build# make -C /usr/ports/security/sudo install clean BATCH=yes 80 build# make -C /usr/ports/sysutils/screen install clean BATCH=yes 81 82 === A.6. get latest sources === 83 build# svn co svn://svn.freebsd.org/base/stable/10.0 /usr/src 84 or 85 use mirror svn0.eu.FreeBSD.org