This is a discussion on Re: Re[2]: Can't compile Ipfilter4.1.4 on Solaris9 (SPARC) within the IPFilter forums, part of the System Security and Security Related category; jing shen wrote: > But, when I tried to set up startup scripts in /etc/rc2.d I met > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
jing shen wrote:
> But, when I tried to set up startup scripts in /etc/rc2.d I met > another question. Someone says original startup script should be > modified to run 64bits ipfilter. That is, /usr/sbin/sparcv9/ipf is > ipfilter 64bit code & /usr/sbin/ipf is 32bits. > > Need I modify it ? No, /usr/sbin/ipf is a hard link to /usr/lib/isaexec, which automatically selects the appropriate binary /usr/sbin/sparcv7/ipf or /usr/sbin/sparcv9/ipf. |