[rescue] Putting an insecure machine on a network

Mike F lists at ibrew.net
Tue Mar 21 14:47:01 CST 2006


Sheldon T. Hall wrote:
> Well, yeah, but I have other stuff already built.
>
> In any case, adding the SUNW packages let me build IPFilter, even though two
> of Mike F's listed packages don't seem to be part of Solaris 7.
>
> However, the doco for ip_fil3.4.35 indicates that running "make package" will
> build a package (maybe it does, no error messages anyway) and kick off pkgadd
> to install it.  I certainly doesn't do the latter, and I can't figure out
> which of the zillion files and directories holds or _is_ the alledged package.
>
> Can anyone tell me?
>
> -Shel
>   
The package should be somewhere under the directory in which you built
it; it'll be something like "ipf.pkg".
pkgadd -d  `find ./ -name *.pkg`  should do what you need.

- Mike



More information about the rescue mailing list