Univention Bugzilla – Attachment 4028 Details for
Bug 25562
vfat nicht mit iocharset=iso8859-1 mounten
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
utf8 charset patch
utf8.patch (text/plain), 649 bytes, created by
Kevin Dominik Korte
on 2011-12-20 13:52:57 CET
(
hide
)
Description:
utf8 charset patch
Filename:
MIME Type:
Creator:
Kevin Dominik Korte
Created:
2011-12-20 13:52:57 CET
Size:
649 bytes
patch
obsolete
>Index: univention-thin-client-ltsp/conffiles/lib/udev/add_fstab_entry >=================================================================== >--- univention-thin-client-ltsp.orig/conffiles/lib/udev/add_fstab_entry 2011-12-20 13:24:14.000000000 +0100 >+++ univention-thin-client-ltsp/conffiles/lib/udev/add_fstab_entry 2011-12-20 13:25:02.000000000 +0100 >@@ -160,6 +160,13 @@ > fi > fi > >+ #Changed to utf8 Ticket: #2011120921002981 >+ if [ -n "$mountoptions" ]; then >+ mountoptions="$mountoptions,iocharset=utf8" >+ else >+ mountoptions="-o iocharset=utf8" >+ fi >+ > if [ ! -d $MOUNTPOINT ];then > mkdir ${MOUNTPOINT} > 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 25562
: 4028