<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-12-13 16:19 GMT+01:00 Tzafrir Cohen <span dir="ltr"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Dec 08, 2016 at 06:23:15PM +0100, Olivier wrote:<br>
> Hello,<br>
><br>
> I'm compiling Asterisk from source on Debian systems.<br>
><br>
> I'm currently writing a script I'm planning to launch when upgrading from<br>
> one Asterisk version to another one within the same class (from 13.4.0 to<br>
> 13.12.0 or from 13.12.0 to 13.8.0, for instance).<br>
><br>
> Reading [1], I thought the following would work:<br>
> cd /usr/src/asterisk-13.4.0<br>
> ./configure<br>
> make<br>
> make install<br>
> ...<br>
> cd /usr/src/asterisk-13.4.0<br>
> make dist-clean<br>
><br>
> After running above commands, /usr/sbin/asterisk and<br>
> /usr/lib/asterisk/modules/*.so files still exist.<br>
> I would expect both /usr/sbin/asterisk and /usr/lib/asterisk/modules/*.so<br>
> filesto be removed so that if I newly installed asterisk instance wouldn't<br>
> inherit uncontrolled files.<br>
<br>
</span>If you package the result in a deb instead of directly installing it,<br>
you can make sure it is completely removed upon package removal.<br></blockquote><div><br></div><div>Yes, I agree !<br></div><div>The more time I spend on such installation scripting, the more I think I should master deb packaging and reuse appropriate tools.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.<wbr>com</a><br>
<a href="tel:%2B972-50-7952406" value="+972507952406">+972-50-7952406</a>           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.<wbr>com</a><br>
<a href="http://www.xorcom.com" rel="noreferrer" target="_blank">http://www.xorcom.com</a><br>
<br>
--<br>
______________________________<wbr>______________________________<wbr>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
Check out the new Asterisk community forum at: <a href="https://community.asterisk.org/" rel="noreferrer" target="_blank">https://community.asterisk.<wbr>org/</a><br>
<br>
New to Asterisk? Start here:<br>
      <a href="https://wiki.asterisk.org/wiki/display/AST/Getting+Started" rel="noreferrer" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Getting+<wbr>Started</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" rel="noreferrer" target="_blank">http://lists.digium.com/<wbr>mailman/listinfo/asterisk-<wbr>users</a><br>
</font></span></blockquote></div><br></div></div>