Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2168)

Unified Diff: app-admin/sudo/sudo-1.7.4_p4.ebuild

Issue 6463006: Change 'sudo' to use /var/lib instead of /var/db. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Rev the ebuild to make sure the change is picked up Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app-admin/sudo/sudo-1.7.4_p4-r1.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app-admin/sudo/sudo-1.7.4_p4.ebuild
diff --git a/app-admin/sudo/sudo-1.7.4_p4.ebuild b/app-admin/sudo/sudo-1.7.4_p4.ebuild
index 6f085ec8c8c81ac6d384cc277234c83a9646e112..19f496f514c1bb3bcb841b70600b46f52d82293d 100644
--- a/app-admin/sudo/sudo-1.7.4_p4.ebuild
+++ b/app-admin/sudo/sudo-1.7.4_p4.ebuild
@@ -175,7 +175,7 @@ src_compile() {
$(use_with ldap ldap_conf_file /etc/ldap.conf.sudo) \
$(use_with ldap) \
--without-linux-audit \
- --with-timedir=/var/db/sudo \
+ --with-timedir=/var/lib/sudo \
--docdir=/usr/share/doc/${PF} \
${myconf}
@@ -208,8 +208,8 @@ EOF
doins "${S}"/sudoers
fperms 0440 /etc/sudoers
- keepdir /var/db/sudo
- fperms 0700 /var/db/sudo
+ keepdir /var/lib/sudo
+ fperms 0700 /var/lib/sudo
}
pkg_postinst() {
« no previous file with comments | « no previous file | app-admin/sudo/sudo-1.7.4_p4-r1.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698