Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

patch-Portfile.in (289 bytes) - added by akalin macosforge@… 16 years ago.
patch for sudo Portfile

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by akalin macosforge@…

Attachment: patch-Portfile.in added

patch for sudo Portfile

comment:1 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to jmr@…
Status: newassigned

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

Thanks, committed in r34909.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.