cvs commit: ports/sysutils/hal Makefile distinfo

Joe Marcus Clarke marcus at FreeBSD.org
Tue Apr 3 06:24:49 UTC 2007


marcus      2007-04-03 06:24:48 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/hal         Makefile distinfo 
  Log:
  Update to snapshot 20070403.
  
  * 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 at gmail.com> [1]
                  sajd on #freebsd-gnome [3]
  Submitted by:   jylefort [2]
  Reviewed by:    jylefort [3]
  
  Revision  Changes    Path
  1.21      +1 -1      ports/sysutils/hal/Makefile
  1.11      +3 -3      ports/sysutils/hal/distinfo


More information about the cvs-all mailing list