- 论坛徽章:
- 0
|
Chapter 4 Installing Applications: Packages and Ports
6. Post-installation Activities
After installing a new application, you may need to:
1. read the documentation
2. edit configuration files
3. enable it run at boot time
Or
1. Use pkg_info to find out which files were installed, and where. For example, if you have just installed FooPackage version 1.0.0, then this command
# pkg_info –L foopackage-1.0.0 | less
If you are not sure which version of the application was just installed, a command like this
# pkg_info | grep –i foopackage
2. Ports that should start at boot will usually install a sample script in /usr/local/etc/rc.d. You should review this script for correctness and edit or rename it if needed.
7. Dealing with Broken Ports
1. Fix it. More details could be found at www.FreeBSD.org/doc/en_US.ISO885 ... andbook/index.html)
2. Gripe - by email only.
3. Grab the package from an FTP site near you. |
|