From 106b7b413b8fa33a2dafd5d7d3bb601bc33ca3e5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 27 Nov 2003 15:28:21 +0000 Subject: nobadchars opt for vfat so that we are allowed to create files with : in filenames (kmail will need that) --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move/move.pm b/move/move.pm index e2377fd7b..4c1c177f1 100644 --- a/move/move.pm +++ b/move/move.pm @@ -18,7 +18,7 @@ my $key_disabled; my ($using_existing_user_config, $using_existing_host_config); my $key_sysconf = '/home/.sysconf'; my $virtual_key_part; -my $key_mountopts = 'umask=077,uid=501,gid=501,shortname=mixed'; +my $key_mountopts = 'umask=077,uid=501,gid=501,shortname=mixed,nobadchars'; sub symlinkf_short { my ($dest, $file) = @_; -- cgit v1.2.1