mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Joe Marcus Clarke](/assets/img/avatar_default.png)
* Add a new utility function, hf_str_no_slashes(), that converts '/' into '_' for purposes of UDI constructions. UDI path components cannot contain embedded slashes, and a trailing slash will cause hald to crash. [1] * Ensure that UDIs of ATA and SCSI devices are unique. [2] * Do not re-probe disks that are managed by hald-addon-storage since that will result in a double-probe and data corruption. In particular, this fixes a problem with CD unmounting when ATAPICAM is enabled. [3] Reported by: Chess Griffin <chessg@gmail.com> [1] sajd on #freebsd-gnome [3] Submitted by: jylefort [2] Reviewed by: jylefort [3]