Bug#330868: sudo: Sudo now fails to reset the timestamps on boot

2007-04-13 Thread Bdale Garbee
On Wed, 2007-04-11 at 00:11 +0200, David Härdeman wrote: > The easiest way to fix it seemed to be to remove "-type f" so that the > timestamp of everything under /var/run/sudo is changed. Yep, I think so too. I don't recall why I thought the -f made sense at the time I accepted the patch from M

Bug#330868: sudo: Sudo now fails to reset the timestamps on boot

2007-04-10 Thread David Härdeman
I see the same problem (on Etch). Basically, /var/run/sudo seems to contain nothing else but directories, which are skipped by the "-type f" argument to find. The easiest way to fix it seemed to be to remove "-type f" so that the timestamp of everything under /var/run/sudo is changed. Note t

Bug#330868: sudo: Sudo now fails to reset the timestamps on boot

2006-02-13 Thread Jö Fahlke
Package: sudo Version: 1.6.8p12-1 Followup-For: Bug #330868 Hi! Since my recent upgrade to etch sudo fails to reset timestamps on boot. strace shows that sudo actually stat's /var/run/sudo/, which is a directory, but the initscript now only resets the timestamps of plain files. Here is the exce