summaryrefslogtreecommitdiff
path: root/packages/sudo
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2005-08-14 22:50:13 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-14 22:50:13 +0000
commit44439cf968e6c7370f26db659b98ad738482c8a1 (patch)
tree4c425f6abdc2159abef1fa4204051e5b56cac8d3 /packages/sudo
parentee1f96a1105d5582d79dc1198bcb0f9ca0dcb11a (diff)
parentefb60eda6686e668e7563d7ab3bea735d671c549 (diff)
merge of aa755a637d4d88b529d18e8a8944d3db40a48daa
and e6e39921b062d03c77147b22e3d7394bdb39a97d
Diffstat (limited to 'packages/sudo')
-rw-r--r--packages/sudo/sudo.inc4
-rw-r--r--packages/sudo/sudo_1.6.8p8.bb2
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/sudo/sudo.inc b/packages/sudo/sudo.inc
index 279d1e61ee..7251bcdb4a 100644
--- a/packages/sudo/sudo.inc
+++ b/packages/sudo/sudo.inc
@@ -18,3 +18,7 @@ do_configure_prepend () {
cat aclocal.m4 > acinclude.m4
fi
}
+
+pkg_postinst() {
+ chmod 0440 ${sysconfdir}/sudoers
+}
diff --git a/packages/sudo/sudo_1.6.8p8.bb b/packages/sudo/sudo_1.6.8p8.bb
index 087bcee541..cc8ae4081c 100644
--- a/packages/sudo/sudo_1.6.8p8.bb
+++ b/packages/sudo/sudo_1.6.8p8.bb
@@ -5,4 +5,4 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
file://noexec-link.patch;patch=1"
include sudo.inc
-PR = "r3"
+PR = "r4"