Dan Kenigsberg has uploaded a new change for review. Change subject: sudoers: fix path to ovirt-shutdown-wrappers.sh ......................................................................
sudoers: fix path to ovirt-shutdown-wrappers.sh Thanks to John Xue for reporting the issue. Change-Id: I6964e654cff6e0c602ff87ee5502fac2d9db7705 Signed-off-by: Dan Kenigsberg <[email protected]> --- M scripts/sudoers.ovirt-guest-agent 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/42/28842/1 diff --git a/scripts/sudoers.ovirt-guest-agent b/scripts/sudoers.ovirt-guest-agent index 5539f00..ab38204 100644 --- a/scripts/sudoers.ovirt-guest-agent +++ b/scripts/sudoers.ovirt-guest-agent @@ -1,6 +1,6 @@ Cmnd_Alias OVIRTAGENT_SCRIPTS =\ /usr/share/ovirt-guest-agent/ovirt-hibernate-wrapper.sh *,\ - /usr/share/ovirt-guest-agent/ovirt-shutdown-wrappers.h *,\ + /usr/share/ovirt-guest-agent/ovirt-shutdown-wrappers.sh *,\ /usr/share/ovirt-guest-agent/ovirt-locksession-wrapper.sh ovirtagent ALL= NOPASSWD: OVIRTAGENT_SCRIPTS -- To view, visit http://gerrit.ovirt.org/28842 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6964e654cff6e0c602ff87ee5502fac2d9db7705 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
