mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
cd1e846a50
|
@ -25,7 +25,8 @@ $release=${arangodb_release}
|
|||
|
||||
d 0755 ${susr} ${sgrp} /etc/arangodb -
|
||||
d 0755 ${susr} ${sgrp} /etc/arangodb/ -
|
||||
c 0644 ${susr} ${sgrp} /etc/arangodb/arangod.conf ${project_dir}/Installation/arangod.conf
|
||||
c 0644 ${susr} ${sgrp} /etc/arangodb/arangod.conf ${project_dir}/etc/arangodb/arangod.conf
|
||||
c 0644 ${susr} ${sgrp} /etc/arangodb/arangosh.conf ${project_dir}/etc/arangodb/arangosh.conf
|
||||
|
||||
f 0755 ${susr} ${sgrp} ${sbindir}/arangod-${arangodb_version} ${project_dir}/bin/arangod
|
||||
l 000 ${rusr} ${rgrp} ${sbindir}/arangod ${sbindir}/arangod-${arangodb_version}
|
||||
|
|
Loading…
Reference in New Issue