~ubuntu-branches/ubuntu/quantal/sudo/quantal-security

« back to all changes in this revision

Viewing changes to debian/sudo-ldap.sudo.init

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2014-03-11 07:58:51 UTC
  • Revision ID: package-import@ubuntu.com-20140311075851-oypjpwkqj0zg69r6
Tags: 1.8.5p2-1ubuntu1.2
debian/sudo.sudo.init, debian/sudo-ldap.sudo.init: Set timestamps to
epoch in init scripts so they are properly invalidated. (LP: #1223297)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        # make sure privileges don't persist across reboots
21
21
        if [ -d /var/lib/sudo ]
22
22
        then
23
 
                find /var/lib/sudo -exec touch -t 198501010000 '{}' \;
 
23
                find /var/lib/sudo -exec touch -d @0 '{}' \;
24
24
        fi
25
25
        ;;
26
26
  stop|reload|restart|force-reload|status)