summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-23 23:03:27 -0500
committerSimo Leone <simo@archlinux.org>2007-10-24 02:05:32 -0500
commite1d6dcec6b0a8a48f59bc83f6f51a9ffbc3f26f7 (patch)
treea16a508c71c1369a111f53b3a3bc236c5767bb9b
parent2cde4b9187182144816c66a1e1285551faa2473c (diff)
Fix line in sudoers so we can successfully sudo
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--default-config/etc/sudoers2
1 files changed, 1 insertions, 1 deletions
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