Univention Bugzilla – Attachment 5270 Details for
Bug 31685
CD-ROM drives are not mounted in remote sessions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix handling of CD-ROM drives
fix_cdrom_device_handling.patch (text/plain), 565 bytes, created by
Jan Christoph Ebersbach
on 2013-06-10 13:41:08 CEST
(
hide
)
Description:
Fix handling of CD-ROM drives
Filename:
MIME Type:
Creator:
Jan Christoph Ebersbach
Created:
2013-06-10 13:41:08 CEST
Size:
565 bytes
patch
obsolete
>diff --git a/univention-ucc-remote-mount/add_fstab_entry b/univention-ucc-remote-mount/add_fstab_entry >index c4013ac..08fcbc7 100755 >--- a/univention-ucc-remote-mount/add_fstab_entry >+++ b/univention-ucc-remote-mount/add_fstab_entry >@@ -94,8 +94,8 @@ if [ -n "$DM_NAME" ]; then > fi > fi > >-if [ "$ID_BUS" != "usb" ]; then >- echo "univention-ucc-remote-mount: Device is not a USB device" | logger >+if [ "$ID_BUS" != "usb" ] && [ "${ID_TYPE}" != "cd" ]; then >+ echo "univention-ucc-remote-mount: Device is not a USB or CD-ROM device" | logger > exit 0 > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 31685
: 5270