View | Details | Raw Unified | Return to bug 25562
Collapse All | Expand All

(-)univention-thin-client-ltsp.orig/conffiles/lib/udev/add_fstab_entry (+7 lines)
 Lines 160-165    Link Here 
160
	    	fi
160
	    	fi
161
		fi
161
		fi
162
162
163
		#Changed to utf8 Ticket: #2011120921002981
164
	    	if [ -n "$mountoptions" ]; then
165
				mountoptions="$mountoptions,iocharset=utf8"
166
	    	else
167
				mountoptions="-o iocharset=utf8"
168
	    	fi
169
163
		if [ ! -d $MOUNTPOINT ];then
170
		if [ ! -d $MOUNTPOINT ];then
164
	    	mkdir ${MOUNTPOINT}
171
	    	mkdir ${MOUNTPOINT}
165
		fi
172
		fi

Return to bug 25562