hadong has uploaded a new change for review. Change subject: ovirt-config-password: make it more convenient to be used ......................................................................
ovirt-config-password: make it more convenient to be used Change-Id: I5c333152d1d5b1395341d63e89ff8d3598fe38b0 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1118965 Signed-off-by: hadong <[email protected]> --- M ovirt-node.spec.in M scripts/Makefile.am 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/79/29979/1 diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index 45f649c..258127b 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -760,7 +760,6 @@ %{dracutdir}/91ovirtnode %{_sysconfdir}/dracut.conf.d/ovirt-dracut.conf %{_libexecdir}/ovirt-auto-install -%{_libexecdir}/ovirt-config-password %{_libexecdir}/ovirt-config-uninstall %{_libexecdir}/ovirt-functions %{_libexecdir}/ovirt-admin-shell @@ -815,6 +814,7 @@ %{_bindir}/ovirt-node-doc %{_bindir}/ovirt-node-features %{_bindir}/ovirt-node-config +%{_bindir}/ovirt-config-password diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 0cb226d..876c182 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -26,12 +26,12 @@ dist_bin_SCRIPTS = \ ovirt-node-setup \ ovirt-node-installer \ + ovirt-config-password \ ovirt-node-doc \ ovirt-node-features \ ovirt-node-config dist_libexec_SCRIPTS = \ - ovirt-config-password \ ovirt-config-uninstall \ ovirt-functions \ ovirt-init-functions.sh \ -- To view, visit http://gerrit.ovirt.org/29979 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5c333152d1d5b1395341d63e89ff8d3598fe38b0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
