From e582b3d5151808b0247bf242ef3762b84f7d072e Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sun, 24 Mar 2013 14:53:13 +0100 Subject: [PATCH] Correction : vm_hosted : rule_user_configure : etckeeper unclean . --- vm_hosted | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm_hosted b/vm_hosted index bd3d1cc..3553389 100755 --- a/vm_hosted +++ b/vm_hosted @@ -1331,7 +1331,7 @@ rule_user_configure () { ("\$SUDO_USER L "*) /usr/bin/passwd \$SUDO_USER;; esac EOF sudo install -m 640 -o root -g root /dev/stdin /etc/sudoers.d/etckeeper-unclean <<-EOF - %sudo ALL=(ALL) NOPASSWD: /usr/sbin/etckeeper unclean + %sudo ALL=(ALL) NOPASSWD: /usr/bin/etckeeper unclean EOF sudo install -m 640 -o root -g root /dev/stdin /etc/sudoers.d/env_keep <<-EOF Defaults env_keep = " \\ -- 2.20.1