move timestamps from /var/run/sudo to /var/lib/sudo
authorBdale Garbee <bdale@gag.com>
Thu, 10 Jun 2010 21:36:26 +0000 (15:36 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 10 Jun 2010 21:36:26 +0000 (15:36 -0600)
debian/changelog
debian/rules

index aa8e45c7d5e33bc11dcd048615e637bac777580d..a10d03e59e96fd8411cf745410ef73a6e6119a82 100644 (file)
@@ -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
index 3c3305cdeccf2481a50b3dbb65ca2f1cef7309a1..fa999502132281bb639e421a64e3683f00ba7537 100755 (executable)
@@ -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 \