fix two long-standing bugs in packaging
[debian/sudo] / debian / sudo.postinst
index 2229c83598147e87584f2aabf3385dc76eda2774..1494ccd8f570d173b0821d59fcc1e4bf2c15b996 100644 (file)
@@ -23,7 +23,7 @@ if ( ! -f "/etc/sudoers") {
          "# Uncomment to allow members of group sudo to not need a password\n",
          "# (Note that later entries override this, so you might need to move\n",
           "# it further down)\n",
-         "# %sudo ALL=NOPASSWD: ALL\n";
+         "# %sudo ALL=(ALL) NOPASSWD: ALL\n";
        close SUDOERS;
 
 }