From 5f89574ef5bb4b8b48a215dd2538e6bb4aafb38d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 10 Jun 2010 15:36:26 -0600 Subject: [PATCH] move timestamps from /var/run/sudo to /var/lib/sudo --- debian/changelog | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index aa8e45c..a10d03e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ sudo (1.7.2p6-2) UNRELEASED; urgency=low + * move timestamps from /var/run/sudo to /var/lib/sudo, so that the state + about whether to give the lecture is preserved across reboots even when + RAMRUN is set, closes: #581393 * add a note to README.Debian about LDAP needing an entry in /etc/nsswitch.conf, closes: #522065 * add a note to README.Debian about how to turn off lectures if using diff --git a/debian/rules b/debian/rules index 3c3305c..fa99950 100755 --- a/debian/rules +++ b/debian/rules @@ -29,6 +29,7 @@ configure-stamp: --with-timeout=15 \ --with-password-timeout=0 \ --with-passprompt="[sudo] password for %p: " \ + --with-timedir=/var/lib/sudo \ --disable-root-mailer \ --disable-setresuid \ --with-sendmail=/usr/sbin/sendmail \ -- 2.47.2