summaryrefslogtreecommitdiff
path: root/contrib/ipfilter/INSTALL.Sol2
blob: 5ba84b93198562a85b318958c889b213d110dba5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

For those running Solaris 2.5 or later, please read COMPILE.2.5 before
building IP Filter.

Type "make solaris" to build all the required binaries.  DO NOT USE THE
GNU make!!!

Once IP Filter has been successfully compiled, you may then install it using
the usual package method (using pkgadd), however, the package needs to be
created, prior to pkgadd'ing.  To create the package in /var/spool/pkg, change
directory to SunOS5 and enter the following command:

make package

This will build the package into SunOS5/<arch>/root, copy that to
/var/spool/pkg as a package and then start the installation using
pkgadd.

As part of the postinstall script, it will install loadable kernel module
as part of Solaris 2 (using add_drv) making it available for immeadiate use.

IP Filter will be installed into /opt/CYBSipf (programs, manual pages and
examples) and create a directory /etc/opt/CYBSipf with a null body file
called "ipf.conf" using touch.  The rc scripts have been written to look
for the configuration file here, using the installed binaries in /sbin.

Darren Reed
darrenr@pobox.com