update init.d to clean new state location /var/lib/sudo, prepare to upload debian/1.7.2p7-1
authorBdale Garbee <bdale@gag.com>
Thu, 10 Jun 2010 21:50:06 +0000 (15:50 -0600)
committerBdale Garbee <bdale@gag.com>
Thu, 10 Jun 2010 21:50:06 +0000 (15:50 -0600)
debian/changelog
debian/sudo-ldap.sudo.init
debian/sudo.sudo.init

index 4044b5591e56e91967b87aa0406cf888cccc437c..9e1cccac9f6a6fde6b0c410bee805a7b5040aa66 100644 (file)
@@ -1,4 +1,4 @@
-sudo (1.7.2p7-1) UNRELEASED; urgency=high
+sudo (1.7.2p7-1) unstable; urgency=high
 
   * new upstream release with security fix for secure path (CVE-2010-1646),
     closes: #585394
index f99fdaeab7388fb14b8594870de920aaf96ad1cc..530fd63cc24fa1a1909f0dbdc668ed0c30c319ef 100644 (file)
@@ -16,9 +16,9 @@ set -e
 case "$1" in
   start)
        # make sure privileges don't persist across reboots
-       if [ -d /var/run/sudo ]
+       if [ -d /var/lib/sudo ]
        then
-                find /var/run/sudo -exec touch -t 198501010000 '{}' \;
+                find /var/lib/sudo -exec touch -t 198501010000 '{}' \;
        fi
        ;;
   stop|reload|restart|force-reload)
index 2e14e42034be0321c23e457d1cbe5a1539906bdb..9300b1e4ba7e926d3b9d35651166d0a6811201f1 100644 (file)
@@ -16,9 +16,9 @@ set -e
 case "$1" in
   start)
        # make sure privileges don't persist across reboots
-       if [ -d /var/run/sudo ]
+       if [ -d /var/lib/sudo ]
        then
-                find /var/run/sudo -exec touch -t 198501010000 '{}' \;
+                find /var/lib/sudo -exec touch -t 198501010000 '{}' \;
        fi
        ;;
   stop|reload|restart|force-reload)