#14301 closed defect (fixed)
sudo port should use ${prefix}/var/run/sudo instead of /var/run/sudo
Reported by: | akalin macosforge@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
sudo port uses /var/run/sudo to store info as to when a user used sudo last. However, that directory gets cleared on each reboot, so a user will always get the sudo warning the first time they run after a reboot. It should use ${prefix}/var/run/sudo instead.
Attached is a patch for the Portfile.
Attachments (1)
Change History (4)
Changed 17 years ago by akalin macosforge@…
Attachment: | patch-Portfile.in added |
---|
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to jmr@… |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, committed in r34909.
Note: See
TracTickets for help on using
tickets.
patch for sudo Portfile