Ticket #1499: osol-default-cdrom-device2.patch
| File osol-default-cdrom-device2.patch, 683 bytes (added by , 17 years ago) |
|---|
-
configure
5769 5769 elif openbsd ; then 5770 5770 default_cdrom_device="/dev/rcd0a" 5771 5771 elif sunos ; then 5772 default_cdrom_device="/vol/dev/aliases/cdrom0" 5772 if test -r "/cdrom/cdrom0" ; then 5773 # Now Solaris uses HAL. The vold daemon, the volfs file system, 5774 # and the volfs service have been removed. 5775 default_cdrom_device="/cdrom/cdrom0" 5776 else 5777 # Backward compatibility with older Solaris systems 5778 default_cdrom_device="/vol/dev/aliases/cdrom0" 5779 fi 5773 5780 elif amigaos ; then 5774 5781 default_cdrom_device="a1ide.device:2" 5775 5782 else
