Hi list,<div><div><br></div><div>I was compiling openswan and noticed there is no</div><div>./configure script, so I had to rewrite Makefile.inc for</div><div>my needs. Ok, I did it, everything is compiled well. But</div><div>
I noticed when I was about starting it in /etc/rc.d/rc.ipsec</div><div>that there are some paths in lib/ipsec/_* files for which</div><div>paths to files are not changed. Some paths are modified</div><div>as I change it in Makefile.inc but some are not.</div>
<div><br></div><div>For example</div><div>(file_in_lib/ipsec:string)</div><div><br></div><div>_plutoload:info=/var/run/pluto/<a href="http://ipsec.info">ipsec.info</a></div><div>_plutorun:info=/var/run/pluto/<a href="http://ipsec.info">ipsec.info</a></div>
<div>_plutorun:pidfile=/var/run/pluto/pluto.pid</div><div>_realsetup:plutopid=/var/run/pluto/pluto.pid</div><div>_realsetup:plutoctl=/var/run/pluto/pluto.ctl</div><div>_realsetup:lock=/var/run/pluto/ipsec_setup.pid</div><div>
_realsetup:info=/var/run/pluto/<a href="http://ipsec.info">ipsec.info</a></div><div>_realsetup:<span class="Apple-tab-span" style="white-space:pre">        </span>if [ -f /var/run/pluto.pid -a ! -f /var/run/pluto/pluto.pid ]</div>
<div>_realsetup:<span class="Apple-tab-span" style="white-space:pre">        </span>    mkdir -p /var/run/pluto</div><div>_realsetup:<span class="Apple-tab-span" style="white-space:pre">        </span>    mv /var/run/pluto.pid /var/run/pluto/pluto.pid</div>
<div>_realsetup:<span class="Apple-tab-span" style="white-space:pre">        </span>rm -f /var/run/pluto.pid</div><div>_startklips:info=/var/run/pluto/<a href="http://ipsec.info">ipsec.info</a></div><div>_updown.klips:OPENSWAN_RESOLV_CONF=/var/run/pluto/openswan-resolv-conf-backup</div>
<div>_updown.netkey:OPENSWAN_RESOLV_CONF=/var/run/pluto/openswan-resolv-conf-backup</div><div><br></div><div>So, if we are about complete customisation of installation for our needs, we shoud also be able</div><div>to change this, for example, if I want to change path to /server/ipsec/run/pluto.pid I have no</div>
<div>possibility to do that except changing these paths by hand ...</div><div><br></div><div>What should I do? If my idea will be approved, i would like to rewrite that parts of scripts, send</div><div>diff files and ... </div>
<div><br></div><div>thank you for your time</div><div><br></div><div>-- <br>Stefan Miklosovic<br>
</div></div>