Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: move pakcaging/etc/pki to packaging/pki
......................................................................

packaging: move pakcaging/etc/pki to packaging/pki

this will ease future blind copy during installation.

Change-Id: Id0032e4ce3c2bf795120a3bef7643844d04d81ce
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M Makefile
R packaging/pki/cacert.template.in
R packaging/pki/cert.template.in
R packaging/pki/openssl.conf
4 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/41/15741/1

diff --git a/Makefile b/Makefile
index 263ada3..494c9bc 100644
--- a/Makefile
+++ b/Makefile
@@ -398,9 +398,9 @@
        install -dm 755 "$(DESTDIR)$(PKG_PKI_DIR)/requests"
 
        # Configuration files:
-       install -m 644 packaging/etc/pki/openssl.conf "$(DESTDIR)$(PKG_PKI_DIR)"
-       install -m 644 packaging/etc/pki/cacert.template.in 
"$(DESTDIR)$(PKG_PKI_DIR)"
-       install -m 644 packaging/etc/pki/cert.template.in 
"$(DESTDIR)$(PKG_PKI_DIR)"
+       install -m 644 packaging/pki/openssl.conf "$(DESTDIR)$(PKG_PKI_DIR)"
+       install -m 644 packaging/pki/cacert.template.in 
"$(DESTDIR)$(PKG_PKI_DIR)"
+       install -m 644 packaging/pki/cert.template.in "$(DESTDIR)$(PKG_PKI_DIR)"
 
        # Scripts:
        install -m 644 packaging/bin/pki-common.sh "$(DESTDIR)$(DATA_DIR)/bin"
diff --git a/packaging/etc/pki/cacert.template.in 
b/packaging/pki/cacert.template.in
similarity index 100%
rename from packaging/etc/pki/cacert.template.in
rename to packaging/pki/cacert.template.in
diff --git a/packaging/etc/pki/cert.template.in b/packaging/pki/cert.template.in
similarity index 100%
rename from packaging/etc/pki/cert.template.in
rename to packaging/pki/cert.template.in
diff --git a/packaging/etc/pki/openssl.conf b/packaging/pki/openssl.conf
similarity index 100%
rename from packaging/etc/pki/openssl.conf
rename to packaging/pki/openssl.conf


-- 
To view, visit http://gerrit.ovirt.org/15741
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id0032e4ce3c2bf795120a3bef7643844d04d81ce
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to