Switch to RST syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 03 Aug 2012 12:58:44 +0300
changeset 1351 e6f209eae9df
parent 1350 69dff9ee90aa
child 1352 660d2a1b6ec0
Switch to RST syntax.
sudo.rst
--- a/sudo.rst	Tue Jul 31 22:26:37 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
--*- mode: outline; coding: utf-8 -*-
-
-* Stop sudo asking for password.
-
-  username ALL =(ALL) NOPASSWD: ALL
-
-or
-
-  @group ALL =(ALL) NOPASSWD: ALL
-
-* Change user/primary group for executed command.
-
-  $ sudo -u $user -g $group $command
-
-To allow this plase in /etc/sudoers:
-
-  username ALL =(ALL:ALL) NOPASSWD: ALL
-