]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - INSTALL.Sol2
In preparation for the upcoming ipfilter vendor code import,
[FreeBSD/FreeBSD.git] / INSTALL.Sol2
1
2 For those running Solaris 2.5 or later, please read COMPILE.2.5 before
3 building IP Filter.
4
5 Type "make solaris" to build all the required binaries.  DO NOT USE THE
6 GNU make!!!
7
8 Once IP Filter has been successfully compiled, you may then install it using
9 the usual package method (using pkgadd), however, the package needs to be
10 created, prior to pkgadd'ing.  To create the package in /var/spool/pkg, change
11 directory to SunOS5 and enter the following command:
12
13 make package
14
15 This will build the package into SunOS5/<arch>/root, copy that to
16 /var/spool/pkg as a package and then start the installation using
17 pkgadd.
18
19 As part of the postinstall script, it will install loadable kernel module
20 as part of Solaris 2 (using add_drv) making it available for immeadiate use.
21
22 IP Filter will be installed into /opt/CYBSipf (programs, manual pages and
23 examples) and create a directory /etc/opt/CYBSipf with a null body file
24 called "ipf.conf" using touch.  The rc scripts have been written to look
25 for the configuration file here, using the installed binaries in /sbin.
26
27 Darren Reed
28 darrenr@pobox.com