From: Michael Mrozek Date: Fri, 10 Jun 2011 22:33:15 +0000 (+0200) Subject: pandora-sudoers: Changed op_nubmode.sh to op_nubmode.py X-Git-Tag: sz_beta3~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33ccc8e84e11eed4fd5eb02a67c1d2d8ce29fdd;p=openpandora.oe.git pandora-sudoers: Changed op_nubmode.sh to op_nubmode.py --- diff --git a/recipes/pandora-system/pandora-sudoers.bb b/recipes/pandora-system/pandora-sudoers.bb index cf66039..bde1b56 100644 --- a/recipes/pandora-system/pandora-sudoers.bb +++ b/recipes/pandora-system/pandora-sudoers.bb @@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" RDEPENDS = "sudo" -PR = "r12" +PR = "r13" SRC_URI = " \ file://50_openpandora \ diff --git a/recipes/pandora-system/pandora-sudoers/50_openpandora b/recipes/pandora-system/pandora-sudoers/50_openpandora index 77e5d4d..7b4324d 100755 --- a/recipes/pandora-system/pandora-sudoers/50_openpandora +++ b/recipes/pandora-system/pandora-sudoers/50_openpandora @@ -23,7 +23,7 @@ %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_cpusettings.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_lcdrate.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_videofir.sh -%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_nubmode.sh +%wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_nubmode.py %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_storage.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/op_tvout.sh %wheel ALL=(ALL) NOPASSWD: /usr/pandora/scripts/pnd_run.sh