Ticket #1499: configure.patch
| File configure.patch, 551 bytes (added by , 17 years ago) |
|---|
-
configure
5772 5772 default_cdrom_device="/vol/dev/aliases/cdrom0" 5773 5773 # Modern Solaris versions use HAL instead of the vold daemon, the volfs 5774 5774 # file system and the volfs service. 5775 test -r "/cdrom/cdrom0"&& default_cdrom_device="/cdrom/cdrom0"5775 test $(uname -r | sed 's/^5\.//') -gt 10 && default_cdrom_device="/cdrom/cdrom0" 5776 5776 elif amigaos ; then 5777 5777 default_cdrom_device="a1ide.device:2" 5778 5778 else
