From e1d6dcec6b0a8a48f59bc83f6f51a9ffbc3f26f7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 23 Oct 2007 23:03:27 -0500 Subject: Fix line in sudoers so we can successfully sudo Signed-off-by: Dan McGee --- default-config/etc/sudoers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default-config') diff --git a/default-config/etc/sudoers b/default-config/etc/sudoers index 861c55a..67b20ba 100644 --- a/default-config/etc/sudoers +++ b/default-config/etc/sudoers @@ -1,2 +1,2 @@ root ALL=(ALL) ALL -%wheel localhost=(ALL) NOPASSWD: ALL +%wheel ALL=(ALL) NOPASSWD: ALL -- cgit v1.2.3-54-g00ecf