From: Bdale Garbee Date: Thu, 10 Jun 2010 21:36:26 +0000 (-0600) Subject: move timestamps from /var/run/sudo to /var/lib/sudo X-Git-Tag: debian/1.7.2p7-1~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5f89574ef5bb4b8b48a215dd2538e6bb4aafb38d;p=debian%2Fsudo move timestamps from /var/run/sudo to /var/lib/sudo --- 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 \