]> git.kaiwu.me - nginx.git/commit
Dynamic modules: do not overwrite old modules on install.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 10 Mar 2016 13:50:13 +0000 (16:50 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 10 Mar 2016 13:50:13 +0000 (16:50 +0300)
commit5835963d61f374483f2acafb699031183bb8410f
tree30765c73769ea5f540af3567a91e2ea1f78ea854
parent2301b095e60320f98d602751ba07a324690b6a47
Dynamic modules: do not overwrite old modules on install.

Just using "cp" is incorrect, as it will overwrite old files
possibly used by OS, leading to unexpected effects.  Changed
to "mv + cp", much like used for the main binary.
auto/init
auto/install
auto/make